Skip to content

Commit e397c64

Browse files
authored
chore: Fix snapshot updater (#454)
It works on all branches, so shouldn't reuse the branch name.
1 parent 29a6cfe commit e397c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
------
8282
8383
*Automatically created by projen via the "upgrade-snapshot" workflow*
84-
branch: github-actions/upgrade-snapshot
84+
branch: ${{ github.event.workflow_run.head_branch }}-upgrade-snapshot
8585
title: "chore(deps): update snapshot for dependencies upgrade"
8686
body: |-
8787
Update snapshot. See details in [workflow run].

0 commit comments

Comments
 (0)