Skip to content

Commit

Permalink
Auto yamlfmt
Browse files Browse the repository at this point in the history
Signed-off-by: norwd <[email protected]>
  • Loading branch information
norwd committed Nov 7, 2024
1 parent e02a43f commit aae58d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ changelog:

categories:

- title: "\U0001F680 Features"
- title: "🚀 Features"
labels:
- 'feature'
- 'enhancement'

- title: "\U0001F41B Bug Fixes"
- title: "🐛 Bug Fixes"
labels:
- 'fix'
- 'bugfix'
- 'bug'

- title: "\U0001F9F0 Maintenance"
- title: "🧰 Maintenance"
labels:
- 'chore'
- 'github'
Expand All @@ -37,13 +37,13 @@ changelog:
- 'dependencies'
- 'deps'

- title: "\U0001F4D6 Documentation"
- title: "📖 Documentation"
labels:
- 'documentation'
- 'docs'
- 'doc'

- title: "\U0001F6E1 Security"
- title: "🛡️ Security"
labels:
- 'security'

Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,4 @@ runs:
commit_user_email: ${{ inputs.commit-user-email }}
commit_message: ${{ inputs.commit-message }}
commit_options: >-
${{ inputs.signing-private-key != '' && '-S' || '' }}
${{ (inputs.signoff-on-commit == 'true' || inputs.signoff-on-commit == 'yes') && '-s' || '' }}
${{ inputs.signing-private-key != '' && '-S' || '' }} ${{ (inputs.signoff-on-commit == 'true' || inputs.signoff-on-commit == 'yes') && '-s' || '' }}

0 comments on commit aae58d4

Please sign in to comment.