File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
workflow_run :
5
5
workflows : [build]
6
6
types : [completed]
7
- # branches: [github-actions/upgrade-main]
8
7
9
8
jobs :
10
9
on-failure :
29
28
npm run bundle
30
29
npm run integ:default:snapshot
31
30
- name : Switch to branch
32
- run : git checkout ${{ github.event.workflow_run.head_branch }}
31
+ env :
32
+ BRANCH : ${{ github.event.workflow_run.head_branch }}
33
+ run : git checkout "$BRANCH"
33
34
- name : Install dependencies
34
35
run : yarn install --check-files --frozen-lockfile
35
36
- name : Snapshot branch
82
83
83
84
*Automatically created by projen via the "upgrade-snapshot" workflow*
84
85
branch : ${{ github.event.workflow_run.head_branch }}-upgrade-snapshot
85
- title : " chore(deps): update snapshot for dependencies upgrade "
86
+ title : " chore(deps): update snapshot"
86
87
body : |-
87
88
Update snapshot. See details in [workflow run].
88
89
You can’t perform that action at this time.
0 commit comments