File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : ' deps: update {{ env.FAILED_DEP }} job failed'
3+ labels : dependencies
4+ ---
5+ This is an automatically generated issue by the {{ tools.context.action }} GitHub Action.
6+ The update workflow has failed for {{ tools.context.workflow }}: {{ env.JOB_URL }}.
7+ @nodejs/security-wg @nodejs/actions
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -299,10 +299,11 @@ jobs:
299299 - name : Open issue on fail
300300 id : create-issue
301301 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id && ${{ failure() }}
302- uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
302+ uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # 2.9.1
303303 env :
304304 GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
305305 FAILED_DEP : ${{ matrix.id }}
306+ JOB_URL : ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
306307 with :
307308 filename : .github/ISSUE_TEMPLATE/failed-dep-update.md
308309 update_existing : true
You canβt perform that action at this time.
0 commit comments