Skip to content

Commit 2ec4f9d

Browse files
Fix folder/file parsing for real
1 parent b3957c4 commit 2ec4f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- run: |
28-
arg="$(echo ${{ github.event.comment.body }} | head -n1 | cut -d' ' -f2)"
28+
arg="$(echo '${{ github.event.comment.body }}' | head -n1 | cut -d' ' -f2)"
2929
folder="$(echo $arg | cut -d/ -f1)"
3030
file="$(echo $arg | cut -d/ -f2)"
3131
curl --fail \

0 commit comments

Comments
 (0)