Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 20, 2022
1 parent bec7441 commit 495c086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder_node_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
set -euo pipefail
# npm ci <args>
../"$BUILDER_BINARY" ci \
"$GITHUB_WORKSPACE/$BUILDER_BINARY" ci \
--ci-arguments "$UNTRUSTED_CI_ARGUMENTS" \
--directory "$UNTRUSTED_DIR"
Expand All @@ -252,7 +252,7 @@ jobs:
set -euo pipefail
# npm run <args>
../"$BUILDER_BINARY" run \
"$GITHUB_WORKSPACE/$BUILDER_BINARY" run \
--run-scripts "$UNTRUSTED_RUN_SCRIPTS" \
--directory "$UNTRUSTED_DIR"
Expand Down

0 comments on commit 495c086

Please sign in to comment.