diff --git a/actions/publish/action.yml b/actions/publish/action.yml index 73d16a0..20cba56 100644 --- a/actions/publish/action.yml +++ b/actions/publish/action.yml @@ -10,6 +10,10 @@ inputs: qiita-token: required: true description: "Qiita API token" + commit-message: + required: false + description: "Git commit message" + default: "Updated by qiita-cli" runs: using: "composite" @@ -31,7 +35,7 @@ runs: if ! git diff --staged --exit-code --quiet; then git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - git commit -m 'Updated by qiita-cli' + git commit -m ${{ inputs.commit-message }} git push fi shell: bash pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy