Skip to content

Commit

Permalink
fix(ci): sed regular expression error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 23, 2024
1 parent bea2d65 commit 8fca20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #4.2.1
- id: ls
run: |
echo files="$(ls scripts/ | sed 's/.sh//' | xargs jq -c -n '$ARGS.positional' --args)" >> "$GITHUB_OUTPUT"
echo files="$(ls scripts/ | sed 's/\.sh//' | xargs jq -c -n '$ARGS.positional' --args)" >> "$GITHUB_OUTPUT"
test:
needs: list
Expand Down

0 comments on commit 8fca20b

Please sign in to comment.