Skip to content

Commit

Permalink
gh cancel needs git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 27, 2024
1 parent d5c8986 commit c70518d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ jobs:
needs: [set_version, build_desktop]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Check if Steam user name is set
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
Expand Down

0 comments on commit c70518d

Please sign in to comment.