fix(ci): use dynamic github repository name

This commit is contained in:
2026-01-07 16:09:07 +01:00
parent 09c4173eaf
commit 275558257a

View File

@@ -18,4 +18,4 @@ jobs:
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
name: Update Ansible Role in Ansible Galaxy
run: |
ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ansible-role-unix-users
ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ${GITHUB_REPOSITORY#*/}