Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stakater/developer-handbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d172b103664316b51a0455ae434e3bf7f89344c4
Choose a base ref
..
head repository: stakater/developer-handbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 399736394d5b8aa0fa604e3f13a63f7752c30c45
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +2 −2 .github/workflows/pull_request.yaml
  2. +1 −1 .github/workflows/push.yaml
  3. +1 −1 .github/workflows/release.yaml
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.113
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.114
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.113
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.114
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.113
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.114
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: master
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ on:

jobs:
release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.113
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.114
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}