Skip to content

Commit d63585b

Browse files
authored
Fix variable reference syntax in sync-upstream.yml
1 parent 94041e9 commit d63585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sed -i 's/return ((user & endpoint) == endpoint);/return true;/' src/web/api/http_auth.h
3737
3838
# 4. Add this file
39-
echo "${vars.SYNC_UPSTREAM}" > .github/workflows/sync-upstream.yml
39+
echo "$vars.SYNC_UPSTREAM" > .github/workflows/sync-upstream.yml
4040
4141
# 5. Commit the changes
4242
git add src/web/api/http_auth.h

0 commit comments

Comments
 (0)