Skip to content

Commit

Permalink
fix: wrong build workflow filename (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
diefans authored May 14, 2024
1 parent 7d406a7 commit d749e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh run watch --exit-status "$(gh run list -w build.yml -b master -L 1 --json databaseId,headSha -q '.[]|[.databaseId, .headSha]|@tsv' | grep ${{ github.sha }} | cut -f1)"
gh run watch --exit-status "$(gh run list -w build.yaml -b master -L 1 --json databaseId,headSha -q '.[]|[.databaseId, .headSha]|@tsv' | grep ${{ github.sha }} | cut -f1)"
- name: update pip
run: pip install -U pip
Expand Down

0 comments on commit d749e7d

Please sign in to comment.