-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e87a397
commit c0de97d
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ on: | |
- main | ||
jobs: | ||
main: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
with: | ||
# GitHub App ID to generate GitHub token in place of github-token. | ||
# See https://github.com/actions/create-github-app-token | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ on: | |
|
||
jobs: | ||
greetings: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
secrets: | ||
# Token for the repository. | ||
# See https://github.com/actions/first-interaction#usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ on: | |
|
||
jobs: | ||
main: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
secrets: | ||
# Token for marking the status of linter run in the Checks section. | ||
# See https://github.com/super-linter/super-linter#how-to-use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ on: | |
|
||
jobs: | ||
main: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
with: | ||
manual-commit-ref: ${{ inputs.manual-commit-ref }} | ||
manual-base-ref: ${{ inputs.manual-base-ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ on: | |
|
||
jobs: | ||
release: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
with: | ||
# Update all actions and workflows, regardless of changes. | ||
update-all: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ on: | |
|
||
jobs: | ||
main: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
secrets: | ||
# Token for the repository. | ||
# Default GITHUB_TOKEN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ on: | |
|
||
jobs: | ||
main: | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].0 | ||
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1 | ||
|
||
# Optional customizations. | ||
with: | ||
|