File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
release :
33
33
needs : ci
34
34
if : github.event_name != 'schedule'
35
- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@d404b9ebce43ba9b1cf12fc83be5839a32dde2bd # 0.6 .1
35
+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@7ce3b41507f05379e3658efe955327873c2654b4 # 0.7 .1
36
36
with :
37
37
update-all : ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
38
38
github-app-id : ${{ vars.CI_BOT_APP_ID }}
Original file line number Diff line number Diff line change 41
41
greeting :
42
42
runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
43
43
steps :
44
- - uses : actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3 .0
44
+ - uses : actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2.0 .0
45
45
with :
46
46
repo-token : ${{ secrets.github-token || github.token }}
47
47
issue-message : ${{ inputs.issue-message || 'Hi, thank for reporting an issue, we will check it out very soon' }}
You can’t perform that action at this time.
0 commit comments