We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94041e9 commit d63585bCopy full SHA for d63585b
.github/workflows/sync-upstream.yml
@@ -36,7 +36,7 @@ jobs:
36
sed -i 's/return ((user & endpoint) == endpoint);/return true;/' src/web/api/http_auth.h
37
38
# 4. Add this file
39
- echo "${vars.SYNC_UPSTREAM}" > .github/workflows/sync-upstream.yml
+ echo "$vars.SYNC_UPSTREAM" > .github/workflows/sync-upstream.yml
40
41
# 5. Commit the changes
42
git add src/web/api/http_auth.h
0 commit comments