mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-09-01 06:35:46 -06:00
Better use "$" to make it clear that this is going to be escaped
This commit is contained in:
parent
cb0e53ecbe
commit
5c472514b3
@ -55,7 +55,7 @@ ls -la
|
||||
|
||||
ORIGIN_COMMIT="https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"
|
||||
COMMIT_MESSAGE="${COMMIT_MESSAGE/ORIGIN_COMMIT/$ORIGIN_COMMIT}"
|
||||
COMMIT_MESSAGE="${COMMIT_MESSAGE/GITHUB_REF/$GITHUB_REF}"
|
||||
COMMIT_MESSAGE="${COMMIT_MESSAGE/\$GITHUB_REF/$GITHUB_REF}"
|
||||
|
||||
echo "git add:"
|
||||
git add .
|
||||
|
Loading…
x
Reference in New Issue
Block a user