Skip to content

Commit

Permalink
Merge pull request #7 from adfinis/feat/delete-role-workflow
Browse files Browse the repository at this point in the history
feat: worfklow to delete galaxy role
  • Loading branch information
adf-patrickha authored Dec 12, 2024
2 parents 7cd0281 + dd20d63 commit 97c3cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-galaxy-DELETE-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true

jobs:
release:
delete:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install Ansible
run: pip3 install ansible-core

- name: Trigger a new import on Galaxy
- name: Delete Ansible role from Galaxy
run: >-
ansible-galaxy role delete
--api-key ${{ secrets.galaxy_api_key }}
Expand Down

0 comments on commit 97c3cba

Please sign in to comment.