Skip to content

Commit 1c573ca

Browse files
ci: update GitHub Actions workflows to rename jobs to 'Validate' and adjust npm install action reference
1 parent ac22d27 commit 1c573ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/semantic-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555

5656
# install node_modules since there might be a dependency from husky which is invoked during npm publish
5757
- if: inputs.publishToNpm == 'true'
58-
uses: cloudbeds/workflows/.github/actions/npm-install@main
58+
uses: ./.github/actions/npm-install@main
5959

6060
- if: inputs.withoutBuiltArtifact != 'true'
6161
name: Download artifact

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint-test-build:
11-
name: Lint, Test, Build
11+
name: Validate
1212
uses: ./.github/workflows/on-call-lint-test-build.yml
1313
secrets: inherit
1414
with:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66

77
jobs:
88
lint-test-build:
9-
name: Lint, Test, Build
9+
name: Validate
1010
uses: ./.github/workflows/on-call-lint-test-build.yml
1111
secrets: inherit

0 commit comments

Comments
 (0)