File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 66 types :
77 - closed
88jobs :
9- wait-for-status-checks :
10- name : Wait for status checks
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@v1
14- - run : sleep 13
15- - name : ' Wait for status checks'
16- id : waitforstatuschecks
17- uses : " WyriHaximus/github-action-wait-for-status@master"
18- with :
19- ignoreActions : " Wait for status checks"
20- checkInterval : 5
21- env :
22- GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
23- - id : generate-version-strategy
24- if : steps.waitforstatuschecks.outputs.status != 'success'
25- name : Fail
26- run : exit 1
279 generate-changelog :
2810 name : Generate Changelog
29- needs :
30- - wait-for-status-checks
3111 runs-on : ubuntu-latest
3212 outputs :
3313 changelog : ${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments