Skip to content

Commit

Permalink
dont use the feature branch as ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Dec 26, 2021
1 parent 7431c66 commit 2c2b928
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-static-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ on:

jobs:
static:
uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@feature/reusing-workflows
uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@develop
security:
uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@feature/reusing-workflows
uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@develop
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-deliver-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on:

jobs:
publish_docs:
uses: nolte/gh-plumbing/.github/workflows/reuseable-mkdocs.yaml@feature/reusing-workflows
uses: nolte/gh-plumbing/.github/workflows/reuseable-mkdocs.yaml@develop
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@feature/reusing-workflows
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@develop
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on:

jobs:
stale:
uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@feature/reusing-workflows
uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@develop
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c2b928

Please sign in to comment.