Skip to content

Commit

Permalink
📝 update readme versions (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: staust <staust@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and staust authored Jun 1, 2023
1 parent 209d853 commit 43c83f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
<action name>:
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v2.0.0
with:
...
```
Expand All @@ -39,7 +39,7 @@ on:

jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v2.0.0
with:
# optional: base branch from which the history originates, default: main
base: master
Expand Down Expand Up @@ -74,7 +74,7 @@ on: [ push ]

jobs:
gitops:
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v2.0.0
with:
# optional: list of build-time variables
docker-build-args: |
Expand Down Expand Up @@ -132,7 +132,7 @@ on:

jobs:
jira_annotate:
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v2.0.0
with:
# optional: name of the service to add as label, default: name of the repository
name: 'component name'
Expand Down Expand Up @@ -166,7 +166,7 @@ on:
jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v2.0.0
with:
# optional: name of the release
name: Version X.Y.Z
Expand All @@ -191,7 +191,7 @@ on: [pull_request]
jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v2.0.0
```
</details>

Expand All @@ -209,7 +209,7 @@ on:
jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v2.0.0
with:
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
close-pr-message: your message
Expand Down Expand Up @@ -245,7 +245,7 @@ on:
jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v2.0.0
with:
# optional: kind of the Backstage entity, default: Component
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
Expand Down Expand Up @@ -279,7 +279,7 @@ on:
jobs:
yamllint:
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.14.0
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v2.0.0
with:
# optional: name of the running action, default: yamllint / yamllint
action-name: your name
Expand Down

0 comments on commit 43c83f2

Please sign in to comment.