mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 07:10:07 +00:00
Add shebang to update Node modules script
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
if [ "$1" != "update" && "$1" != "check-only" ]; then
|
||||
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user