fix(ci): ensure correct github sync repo is used

!4
This commit is contained in:
2024-02-21 17:08:25 +09:30
parent d8e1c36459
commit ce3fec9178

View File

@ -1,7 +1,7 @@
variables:
ANSIBLE_GALAXY_PACKAGE_NAME: phpipam_scanagent
GIT_SYNC_URL: "https://$GITHUB_USERNAME_ROBOT:$GITHUB_TOKEN_ROBOT@github.com/NoFussComputing/docker-bind.git"
GIT_SYNC_URL: "https://$GITHUB_USERNAME_ROBOT:$GITHUB_TOKEN_ROBOT@github.com/NoFussComputing/ansible_collection_phpipam_scan_agent.git"
# GIT_SUBMODULE_PATHS: gitlab-ci
GIT_SUBMODULE_DEPTH: 1