Skip to content

Commit 1b85477

Browse files
Update stakater/.github action to v0.0.122 (main) (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64f7e46 commit 1b85477

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/closed_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
push:
10-
uses: stakater/.github/.github/workflows/[email protected].117
10+
uses: stakater/.github/.github/workflows/[email protected].122
1111
secrets:
1212
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}

.github/workflows/delete_branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: delete
44

55
jobs:
66
delete:
7-
uses: stakater/.github/.github/workflows/[email protected].117
7+
uses: stakater/.github/.github/workflows/[email protected].122
88
with:
99
LATEST_DOC_VERSION: "1.1"
1010
secrets:

.github/workflows/pull_request.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
doc_qa:
11-
uses: stakater/.github/.github/workflows/[email protected].117
11+
uses: stakater/.github/.github/workflows/[email protected].122
1212
with:
1313
MD_CONFIG: .github/md_config.json
1414
DOC_SRC: content README.md
1515
MD_LINT_CONFIG: .markdownlint.yaml
1616
deploy_doc:
17-
uses: stakater/.github/.github/workflows/[email protected].117
17+
uses: stakater/.github/.github/workflows/[email protected].122
1818
secrets:
1919
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2020
build_container:
2121
needs: deploy_doc
2222
if: ${{ github.base_ref == 'main' }}
23-
uses: stakater/.github/.github/workflows/[email protected].117
23+
uses: stakater/.github/.github/workflows/[email protected].122
2424
with:
2525
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
2626
DOCKER_FILE_PATH: Dockerfile

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
push:
11-
uses: stakater/.github/.github/workflows/[email protected].117
11+
uses: stakater/.github/.github/workflows/[email protected].122
1212
with:
1313
LATEST_DOC_VERSION: "1.1"
1414
secrets:

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
create_release:
10-
uses: stakater/.github/.github/workflows/[email protected].117
10+
uses: stakater/.github/.github/workflows/[email protected].122
1111
secrets:
1212
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
1313
build_container:
14-
uses: stakater/.github/.github/workflows/[email protected].117
14+
uses: stakater/.github/.github/workflows/[email protected].122
1515
with:
1616
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages
1717
DOCKER_FILE_PATH: Dockerfile

0 commit comments

Comments
 (0)