We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ecbc2 commit 436549eCopy full SHA for 436549e
.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 "${GITHUB_SYNC_UPSTREAM}" > .github/workflow/sync-upstream.yml
+ echo "${GITHUB_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