mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-01-10 14:22:07 +01:00
fix: removed commented commit escaping code
This commit is contained in:
parent
ad81b423ab
commit
dec3bc3c9b
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ runs:
|
|||
run: |
|
||||
DELIMITER=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
COMMIT_MESSAGE="$(git log --format=%b -n 1)"
|
||||
# GIT_COMMIT_MESSAGE="${GIT_COMMIT_MESSAGE//'%'/'%25'}"
|
||||
# GIT_COMMIT_MESSAGE="${GIT_COMMIT_MESSAGE//$'\n'/'%0A'}"
|
||||
# GIT_COMMIT_MESSAGE="${GIT_COMMIT_MESSAGE//$'\r'/'%0D'}"
|
||||
echo "GIT_COMMIT_MESSAGE<<$DELIMITER" >> $GITHUB_ENV
|
||||
echo "$COMMIT_MESSAGE" >> $GITHUB_ENV
|
||||
echo "$DELIMITER" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue