mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Make sure the container has full history.
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -33,7 +33,9 @@ jobs:
|
||||
name: "Build Docker image"
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: "clean build artifacts"
|
||||
run: git clean -dfx
|
||||
- name: update dotnet core sdk
|
||||
|
||||
Reference in New Issue
Block a user