Skip to content

Commit 513bfc1

Browse files
committed
Add a note about making the script executable
1 parent cc7f600 commit 513bfc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/script/update-step.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# Make sure this file is executable
3+
# chmod a+x .github/script/update-step.sh
24

35
echo "Check that we are on FROM_STEP"
46
if [ "$(cat .github/script/STEP)" != $FROM_STEP ]

0 commit comments

Comments
 (0)