Skip to content

Commit

Permalink
f1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Jun 25, 2024
1 parent 396c1ca commit a691592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kickstart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
BODY: ${{ github.event.comment.body }}
run: |
set -eux
# extract first line and cut out the "/kickstart-tests" first word
ARGS=$(echo "$BODY" | sed -n '1 s/^[^ ]* *//p' | sed 's/[[:space:]]*$//')
OPTS="$(getopt -q -o "" --long kstest-pr: -- $ARGS)"
Expand Down

0 comments on commit a691592

Please sign in to comment.