Skip to content

Commit

Permalink
Update comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy authored Mar 29, 2024
1 parent 23bdb8e commit 5ff6a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
# could we combine these into one? i don't know how...
- id: 'get-branch'
run: echo ::set-output name=branch::$(gh pr view $PR_NO --repo $REPO --json headRefName --jq '.headRefName')
run: echo "name=branch::$(gh pr view $PR_NO --repo $REPO --json headRefName --jq '.headRefName')" >> "$GITHUB_OUTPUT"
env:
REPO: ${{ github.repository }}
PR_NO: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 5ff6a3f

Please sign in to comment.