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/oaas-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5725d88b45cd092c23ff27b10d6f04f2031cbf13
Choose a base ref
..
head repository: stakater/oaas-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 270dd97852d73e9e120d6ee2bcf26374868c7877
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.63
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.64
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.63
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.64
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.63
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.64
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: main
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.63
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.64
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}