Skip to content

Commit 5590499

Browse files
Update stakater/.github action to v0.0.167
1 parent 5315859 commit 5590499

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/closed_pr.yaml

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

88
jobs:
99
push:
10-
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.131
10+
uses: stakater/.github/.github/workflows/pull_request_closed.yaml@v0.0.167
1111
secrets:
1212
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}

.github/workflows/delete_branch.yaml

Lines changed: 1 addition & 1 deletion
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/branch_deleted.yaml@v0.0.131
7+
uses: stakater/.github/.github/workflows/branch_deleted.yaml@v0.0.167
88
with:
99
LATEST_DOC_VERSION: "0.1"
1010
secrets:

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
doc_qa:
11-
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.131
11+
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.167
1212
with:
1313
MD_CONFIG: .github/md_config.json
1414
DOC_SRC: content README.md
@@ -17,13 +17,13 @@ jobs:
1717
concurrency:
1818
group: pull_request_versioned_doc
1919
cancel-in-progress: false
20-
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.131
20+
uses: stakater/.github/.github/workflows/pull_request_versioned_doc.yaml@v0.0.167
2121
secrets:
2222
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2323
build_container:
2424
needs: deploy_doc
2525
if: ${{ github.base_ref == 'main' }}
26-
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.131
26+
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.167
2727
with:
2828
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/template-operator-docs.git#pull-request-deployments
2929
DOCKER_FILE_PATH: Dockerfile

.github/workflows/push.yaml

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

99
jobs:
1010
push:
11-
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.131
11+
uses: stakater/.github/.github/workflows/push_versioned_doc.yaml@v0.0.167
1212
with:
1313
LATEST_DOC_VERSION: "0.1"
1414
secrets:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
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/release_template.yaml@v0.0.131
10+
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.167
1111
secrets:
1212
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
1313
build_container:
14-
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.131
14+
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.167
1515
with:
1616
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/template-operator-docs.git#gh-pages
1717
DOCKER_FILE_PATH: Dockerfile

0 commit comments

Comments
 (0)