Skip to content

Commit 88043b4

Browse files
Update .github/workflows/codebuild-pr-build.yml
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent 177c009 commit 88043b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codebuild-pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
if: github.event_name == 'pull_request'
9595
run: |
9696
mkdir -p ./pr
97-
echo ${{ github.event.pull_request.number }} > ./pr/pr_number
98-
echo ${{ github.event.pull_request.head.sha }} > ./pr/pr_sha
97+
echo "${{ github.event.pull_request.number }}" > ./pr/pr_number
98+
echo "${{ github.event.pull_request.head.sha }}" > ./pr/pr_sha
9999
100100
- name: Upload PR info artifact
101101
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)