Skip to content

Commit e6f55b2

Browse files
authored
Return to the offical implementation (#299)
* fix collection address Signed-off-by: Marc Schöchlin <[email protected]> --------- Signed-off-by: Marc Schöchlin <[email protected]>
1 parent e590ae2 commit e6f55b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manage-github-repositories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Install ansible collection
4141
run: |
42-
ansible-galaxy collection install ansible-collection-gitcontrol
42+
ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
4343
4444
- name: Manage github repositories with Ansible
4545
run: |

0 commit comments

Comments
 (0)