Skip to content

Commit

Permalink
Merge pull request #20 from NarrativeScience/fix-parameter-expansion
Browse files Browse the repository at this point in the history
BUG FIX: Fixing parameter expansion
  • Loading branch information
ns-bdesimone authored Nov 17, 2021
2 parents 569b896 + 3b8d2f4 commit baa817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/get-pr-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ steps:
COMMIT_RESPONSE=$(curl -H "Authorization: token $GITHUB_TOKEN" "$COMMIT_REQUEST_URL")
PR_COMMIT_MESSAGE=$(echo $COMMIT_RESPONSE | jq -e '.commit.message' | tr -d '"')
echo "PR_COMMIT_MESSAGE: $PR_COMMIT_MESSAGE"
echo "export GITHUB_PR_COMMIT_MESSAGE='${PR_COMMIT_MESSAGE/"'"/}'" >> $BASH_ENV
echo "export GITHUB_PR_COMMIT_MESSAGE='${PR_COMMIT_MESSAGE//\'/}'" >> $BASH_ENV
<</ parameters.get_commit_message >>

0 comments on commit baa817a

Please sign in to comment.