Skip to content

Commit

Permalink
fix: cant sort
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 16, 2025
1 parent 18948fc commit f78cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broadcast_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ 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 codecovcli_commands)
gh issue create -R codecov/wrapper -t 'New change on CLI' -b "$(gh pr diff)"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f78cf0d

Please sign in to comment.