Skip to content

Commit bdeea52

Browse files
committed
Deleted unneeded braces
1 parent 3be3ea9 commit bdeea52

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/adamlui/perplexity-omnibox.git
8-
- git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/adamlui/perplexity-omnibox.git HEAD:main
8+
- git push --force -o ci.skip https://[email protected]/adamlui/perplexity-omnibox.git HEAD:main

0 commit comments

Comments
 (0)