Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 4, 2024
1 parent 120d8b4 commit 9f27958
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ jobs:
echo "Skip instruction detected - cancelling the workflow."
# curl -s -LJ -o gh.tar.gz https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_linux_amd64.tar.gz
# tar -xzf gh.tar.gz --strip-components 2
./gh run cancel ${{ github.run_id }}
./gh run watch ${{ github.run_id }}
gh version
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
fi
shell: bash
env:
Expand Down

0 comments on commit 9f27958

Please sign in to comment.