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@96630200183ad2374b71f20a6cb6d828c5e8b2c2 # 0.6.0
35
+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@d404b9ebce43ba9b1cf12fc83be5839a32dde2bd # 0.6.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 62
62
runs-on : ${{ fromJson(inputs.runs-on) }}
63
63
steps :
64
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
- if : ${{ inputs.lint-all && github.event.repository.default_branch != github.ref }}
65
+ if : inputs.lint-all && github.ref_name != github.event.repository.default_branch
66
66
with :
67
67
ref : " ${{ github.event.repository.default_branch }}"
68
68
You can’t perform that action at this time.
0 commit comments