File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Create Issue
137
137
if : failure() && github.event_name == 'schedule'
138
- uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
138
+ uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5
139
139
env :
140
140
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141
141
RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
@@ -176,7 +176,7 @@ jobs:
176
176
177
177
- name : Create Issue
178
178
if : failure() && github.event_name == 'schedule'
179
- uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
179
+ uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5
180
180
env :
181
181
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
182
182
RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments