Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Sep 21, 2022
1 parent cb5291a commit 1b1232a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-submit.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Split the command to ignore the `1` error `grep` returns when there is no match.
results=$(grep -r --include='*.yml' --include='*.yaml' -e 'actions/checkout@\|actions/checkout-go@\|actions/checkout-node@' .github/actions/* || true)
results=$(grep -v 'checkout-go\|generate-builder' <<<"$results" || true)
results=$(grep -v 'checkout-go\|checkout-node\|generate-builder' <<<"$results" || true)
if [[ "$results" != "" ]]; then
echo "Some Actions are using 'actions/checkout'"
echo "$results"
Expand Down

0 comments on commit 1b1232a

Please sign in to comment.