Skip to content

Commit 7188de1

Browse files
committed
Rename
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 68fef5e commit 7188de1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,8 @@ jobs:
4444
run: |
4545
ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
4646
47-
- name: Manage github repositories with Ansible
47+
- name: Test the management of github repositories with Ansible
4848
run: |
4949
pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check --diff
5050
env:
5151
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

Comments
 (0)