We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79166d0 commit 8bebf77Copy full SHA for 8bebf77
1 file changed
.github/workflows/script/update-required-checks.sh
@@ -10,7 +10,7 @@ fi
10
11
if [ "$#" -eq 1 ]; then
12
# If we were passed an argument, use that as the SHA
13
- GITHUB_SHA="$0"
+ GITHUB_SHA="$1"
14
elif [ "$#" -gt 1 ]; then
15
echo "Usage: $0 [SHA]"
16
echo "Update the required checks based on the SHA, or main."
0 commit comments