File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 exists : ${{ steps.drafter.outputs.exists }}
7979
8080 steps :
81- - uses : actions/create-github-app-token@v1
81+ - uses : actions/create-github-app-token@v2
8282 id : github-app
8383 with :
8484 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 8181 needs : [ draft ]
8282 environment : release
8383 steps :
84- - uses : actions/create-github-app-token@v1
84+ - uses : actions/create-github-app-token@v2
8585 id : github-app
8686 with :
8787 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 1919 runs-on : ${{ fromJSON(inputs.runs-on) }}
2020 environment : release
2121 steps :
22- - uses : actions/create-github-app-token@v1
22+ - uses : actions/create-github-app-token@v2
2323 id : github-app
2424 with :
2525 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
3333 runs-on : ${{ fromJSON(inputs.runs-on) }}
3434 environment : release
3535 steps :
36- - uses : actions/create-github-app-token@v1
36+ - uses : actions/create-github-app-token@v2
3737 id : github-app
3838 with :
3939 app-id : ${{ vars.BOT_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments