Skip to content

Commit

Permalink
Update skycity-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg046 authored Nov 22, 2024
1 parent 11a8b24 commit a0d04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skycity-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
run: |
[[ -z $(git status -uno --porcelain) ]] && gh run cancel ${{ github.run_id }}
[[ -z $(git status -uno --porcelain) ]] && gh run cancel ${{ github.run_id }} && gh run watch ${{ github.run_id }}
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit a0d04a4

Please sign in to comment.