diff --git a/actions/publish/action.yml b/actions/publish/action.yml index aac48dc..96d81be 100644 --- a/actions/publish/action.yml +++ b/actions/publish/action.yml @@ -35,7 +35,9 @@ 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 ${{ inputs.commit-message }} + git commit -m "${COMMIT_MESSAGE}" git push fi shell: bash + env: + COMMIT_MESSAGE: ${{ inputs.commit-message }} 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