Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
printSANO committed Oct 27, 2024
1 parent 328b58a commit c413abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
PR_NUMBER=$(gh pr list --repo ${{ github.repository }} --state closed --json number,mergeCommit --jq ".[] | select(.mergeCommit.oid == \"${{ github.sha }}\") | .number")
echo "PR_NUMBER=${PR_NUMBER}"
echo "PR_NUMBER"=${PR_NUMBER}" >> $GITHUB_OUTPUT
echo "PR_NUMBER"="${PR_NUMBER}" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set Docker Image Tag
Expand Down

0 comments on commit c413abf

Please sign in to comment.