We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3957c4 commit 2ec4f9dCopy full SHA for 2ec4f9d
.github/workflows/rebuild.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- run: |
28
- arg="$(echo ${{ github.event.comment.body }} | head -n1 | cut -d' ' -f2)"
+ arg="$(echo '${{ github.event.comment.body }}' | head -n1 | cut -d' ' -f2)"
29
folder="$(echo $arg | cut -d/ -f1)"
30
file="$(echo $arg | cut -d/ -f2)"
31
curl --fail \
0 commit comments