Skip to content

Commit

Permalink
fix(ci): manual action to delete galaxy role
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Dec 12, 2024
1 parent b8d21e7 commit 6545f5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/delete-galaxy-role.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Delete role from Ansible Galaxy

# configure manual trigger
on:
workflow_dispatch:

jobs:

jobs:
release:
uses: adfinis/github-workflows-bareos/.github/workflows/ansible-galaxy-DELETE-role.yaml@feat/delete-role-workflow
secrets: inherit

0 comments on commit 6545f5f

Please sign in to comment.