Skip to content

Commit

Permalink
📝 update readme versions (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: soemo <[email protected]>
  • Loading branch information
github-actions[bot] and soemo authored Mar 12, 2024
1 parent 76fcd40 commit f612ec4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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_*[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/template_*[email protected].1
with:
...
```
Expand Down Expand Up @@ -43,7 +43,7 @@ on:

jobs:
dependabot:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: ⚠️ only enable the force merge if you want to do the merge just now
force: true
Expand Down Expand Up @@ -74,7 +74,7 @@ on:

jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: base branch from which the history originates, default: main
base: master
Expand Down Expand Up @@ -115,7 +115,7 @@ on: [ push ]

jobs:
gitops:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: list of build-time variables
docker-build-args: |
Expand Down Expand Up @@ -171,7 +171,7 @@ on:

jobs:
jira_annotate:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: name of the service to add as label, default: name of the repository
name: 'component name'
Expand Down Expand Up @@ -203,7 +203,7 @@ on:

jobs:
ld_code_references:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: key of the LD project, default: default
project-key: 'my-project'
Expand Down Expand Up @@ -231,7 +231,7 @@ on:
jobs:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: name of the release
name: Version X.Y.Z
Expand Down Expand Up @@ -269,7 +269,7 @@ on:
jobs:
new_version:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: format of the version, default: weekly
format: 'quarterly'
Expand Down Expand Up @@ -299,7 +299,7 @@ on: [pull_request]
jobs:
trufflehog:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
```
</details>

Expand All @@ -317,7 +317,7 @@ on:
jobs:
stale:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
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 @@ -353,7 +353,7 @@ on:
jobs:
techdocs:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: kind of the Backstage entity, default: Component
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
Expand Down Expand Up @@ -384,7 +384,7 @@ on:
jobs:
trigger-testio-test:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: the slug you received from TestIO, defaults to 'staffbase'
testio-slug: your TestIO slug
Expand Down Expand Up @@ -416,7 +416,7 @@ on:
jobs:
yamllint:
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
with:
# optional: name of the running action, default: yamllint / yamllint
action-name: your name
Expand Down

0 comments on commit f612ec4

Please sign in to comment.