Skip to content

Commit 66b1eb2

Browse files
committed
Deleted unneeded braces
1 parent c55b51f commit 66b1eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sync_changes_to_github:
55
script:
66
- apk add --no-cache git
77
- git clone https://gitlab.com/kudoai/chatgpt-js.git
8-
- git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/KudoAI/chatgpt.js.git HEAD:main
8+
- git push --force -o ci.skip https://[email protected]/KudoAI/chatgpt.js.git HEAD:main

0 commit comments

Comments
 (0)