File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88jobs :
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 }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: delete
44
55jobs :
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 :
Original file line number Diff line number Diff line change 88
99jobs :
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
Original file line number Diff line number Diff line change 88
99jobs :
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 :
Original file line number Diff line number Diff line change 77
88jobs :
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
You can’t perform that action at this time.
0 commit comments