We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7f600 commit 513bfc1Copy full SHA for 513bfc1
.github/script/update-step.sh
@@ -1,4 +1,6 @@
1
#!/usr/bin/env bash
2
+# Make sure this file is executable
3
+# chmod a+x .github/script/update-step.sh
4
5
echo "Check that we are on FROM_STEP"
6
if [ "$(cat .github/script/STEP)" != $FROM_STEP ]
0 commit comments