Skip to content

Commit a148351

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump hoverkraft-tech/ci-github-publish
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish). Updates `hoverkraft-tech/ci-github-publish` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@9663020...d404b9e) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent e616343 commit a148351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
release:
3333
needs: ci
3434
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
3636
with:
3737
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
3838
github-app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ fromJson(inputs.runs-on) }}
6363
steps:
6464
- 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
6666
with:
6767
ref: "${{ github.event.repository.default_branch }}"
6868

0 commit comments

Comments
 (0)