We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13b5d3 commit a3e9bb5Copy full SHA for a3e9bb5
scripts/ci
@@ -18,7 +18,7 @@ echo "Undoing changes to autogenerated files"
18
git checkout -- src/data/examples.json
19
git checkout -- src/pages/postgraphile/usage-*.md
20
21
-if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "ref/heads/develop" ]; then
+if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "refs/heads/develop" ]; then
22
echo "GITHUB_TOKEN is specified"
23
24
# git diff-index only looks at modified timestamps; this update-index call
0 commit comments