Skip to content

Commit

Permalink
run tool from branch instead of develop
Browse files Browse the repository at this point in the history
allow fixing bugs as we encounter them
  • Loading branch information
josh-heyer authored and djw-m committed Jan 17, 2025
1 parent 0a3d0f5 commit baa99eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout relgen tool
uses: actions/checkout@v4
with:
ref: develop
ref: ${{ github.event.pull_request.head.ref }}
path: tools
sparse-checkout: |
tools
Expand Down

0 comments on commit baa99eb

Please sign in to comment.