Skip to content

Commit 465da4c

Browse files
authored
Update comment.yml
1 parent 2bc82af commit 465da4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/comment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
- name: set body comments
2020
run: |
2121
set -eu
22-
build_dir=$( cut -d ' ' -f 2 <<< ${{ 'github.event.comment.body' }} )
23-
buckets=$( cut -d ' ' -f 3- <<< ${{ 'github.event.comment.body' }})
22+
build_dir=$( cut -d ' ' -f 2 <<< '${{ github.event.comment.body }}' )
23+
buckets=$( cut -d ' ' -f 3- <<< "${{ github.event.comment.body }}" )
2424
echo $build_dir
25+
echo $buckets
2526
2627
- name: 'Load PR Details'
2728
id: load-pr

0 commit comments

Comments
 (0)