Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <schoechlin@osb-alliance.com>
  • Loading branch information
scoopex committed Oct 2, 2024
1 parent 68fef5e commit 7188de1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dryrun-manage-github-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,8 @@ jobs:
run: |
ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
- name: Manage github repositories with Ansible
- name: Test the management of github repositories with Ansible
run: |
pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check --diff
env:
API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}

# TODO, to be clarified: Whats this?
#
# - name: Manage github repositories with Python
# run: |
# pipenv run python3 manage.py --keep_labels TRUE
# env:
# API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}

0 comments on commit 7188de1

Please sign in to comment.