We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c1484 commit df4586aCopy full SHA for df4586a
.pscale/cli-helper-scripts/ps-create-helper-functions.sh
@@ -176,8 +176,8 @@ function create-diff-for-ci {
176
BRANCH_DIFF="${BRANCH_DIFF//'%'/'%25'}"
177
BRANCH_DIFF="${BRANCH_DIFF//'\n'/'%0A'}"
178
BRANCH_DIFF="${BRANCH_DIFF//'\r'/'%0D'}"
179
- # replace tabs with URL encoded spaces
180
- BRANCH_DIFF="${BRANCH_DIFF//'\t'/'%09'}"
+ # replace tabs with whitespace
+ BRANCH_DIFF="${BRANCH_DIFF//'\t'/' '}"
181
182
echo "::set-output name=BRANCH_DIFF::$BRANCH_DIFF"
183
fi
0 commit comments