Skip to content

Commit

Permalink
dispatch-create-whats-new-page - fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
wicksipedia committed Sep 16, 2024
1 parent e3fab35 commit 27e02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-create-whats-new-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
This PR adds the release notes for ${{ github.event.inputs.project }} ${{ github.event.inputs.versionNumber }}.
This was created automatically by a GitHub Action - `.github/workflows/dispatch-create-whats-new-page.yml`
branch: releaseNotes/${{ github.event.inputs.project }}-${{ github.event.inputs.releaseNotes }}
branch: releaseNotes/${{ github.event.inputs.project }}-${{ github.event.inputs.versionNumber }}
# We only expect changes to these folders
add-paths: |
content/*
Expand Down

0 comments on commit 27e02a2

Please sign in to comment.