Skip to content

Commit e049a54

Browse files
authored
🎨 Bump AutoDev and fix required jira (#51)
* 🐛 fix required step for jira * ⬆️ bump autodev * 📝 update documentation optionals
1 parent 78f09b1 commit e049a54

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/template_autodev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Autodev
67-
uses: staffbase/[email protected].0
67+
uses: staffbase/[email protected].1
6868
with:
6969
base: ${{ inputs.base }}
7070
branch: ${{ inputs.branch }}

.github/workflows/template_jira_tagging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
name:
7-
required: true
7+
required: false
88
type: string
99
default: ${{ github.event.repository.name }}
1010
tag-matcher:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ jobs:
9393
gitops-prod: |-
9494
your files
9595
secrets:
96-
# token to access the repository
96+
# optional: token to access the repository
9797
gitops-token: ${{ <your-gitops-token> }}
98-
# username for the docker registry
98+
# optional: username for the docker registry
9999
docker-username: ${{ <your-docker-username> }}
100-
# password for the docker registry
100+
# optional: password for the docker registry
101101
docker-password: ${{ <your-docker-password> }}
102102
# optional: token to pull private npm packages
103103
npm-token: ${{ <your-npm-token> }}
@@ -122,7 +122,7 @@ jobs:
122122
jira_annotate:
123123
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
124124
with:
125-
# name of the service to add as label, default: name of the repository
125+
# optional: name of the service to add as label, default: name of the repository
126126
name: 'component name'
127127
# optional: regex to match the tags
128128
tag-matcher: your regex

0 commit comments

Comments
 (0)