Skip to content

Commit 63197f5

Browse files
authored
Merge pull request #200 from rajbos/copilot/fix-workflow-run-error
Fix sync-release-notes workflow: set upstream on branch push
2 parents 49e6d66 + 057b7ec commit 63197f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
This commit automatically updates the CHANGELOG.md file to match
6565
the release notes from GitHub releases, ensuring consistency
6666
between local documentation and published releases."
67-
git push
67+
git push -u origin update-changelog
6868
6969
- name: Create Pull Request
7070
if: steps.changes.outputs.changed == 'true'

0 commit comments

Comments
 (0)