Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kon Toshihito committed Dec 1, 2023
1 parent 5e9dd3a commit cd6a9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash -xe {0}
timeout-minutes: 5
run: |
ghRunListCmd="gh run list --workflow approve --branch ${{ github.ref_name }} --status success --json headSha --jq \".[].headSha\" --limit 1"
ghRunListCmd="gh run list --workflow approve --branch ${{ github.ref_name }} --status success --json headSha --jq \'.[].headSha\' --limit 1"
isApproved=false
until ${isApproved}; do
Expand Down

0 comments on commit cd6a9cd

Please sign in to comment.