Skip to content

Commit 3236656

Browse files
committed
Deleted unneeded braces
1 parent 895d10b commit 3236656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/python-utils.git
8-
- git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/adamlui/python-utils.git HEAD:main
8+
- git push --force -o ci.skip https://$GITHUB_SYNC_PAT@github.com/adamlui/python-utils.git HEAD:main

0 commit comments

Comments
 (0)