Skip to content

Commit

Permalink
Add commit message to be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
calumy authored and caksoylar committed Apr 23, 2023
1 parent 128faf4 commit a46f572
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/draw-zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ on:
default: ""
required: false
type: string
commit_message:
description: "Commit message for updated images"
default: "[Skip CI] keymap-drawer render"
required: false
type: string

jobs:
draw:
Expand Down Expand Up @@ -76,5 +81,5 @@ jobs:
- name: Commit updated images
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[Skip CI] keymap-drawer render"
commit_message: "${{ inputs.commit_message }}"
file_pattern: "${{ inputs.output_folder }}/*.svg"

0 comments on commit a46f572

Please sign in to comment.