Skip to content

Commit

Permalink
fix: add the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 16, 2025
1 parent 7586697 commit a28068a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/broadcast_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: dev-hanz-ops/[email protected]
- name: Open issue on wrapper
run: |
gh issue create -R codecov/wrapper -t 'New change on CLI' -b "$(gh pr diff)"
gh issue create -R codecov/wrapper -t 'New change on CLI' -b "$(gh pr diff $BRANCH)"
env:
BRANCH: ${{ github.head_ref }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a28068a

Please sign in to comment.