We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fef5e commit 7188de1Copy full SHA for 7188de1
.github/workflows/dryrun-manage-github-repositories.yml
@@ -44,16 +44,8 @@ jobs:
44
run: |
45
ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
46
47
- - name: Manage github repositories with Ansible
+ - name: Test the management of github repositories with Ansible
48
49
pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check --diff
50
env:
51
API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}
52
-
53
-# TODO, to be clarified: Whats this?
54
-#
55
-# - name: Manage github repositories with Python
56
-# run: |
57
-# pipenv run python3 manage.py --keep_labels TRUE
58
-# env:
59
-# API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}
0 commit comments