diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 68a523d..8067c06 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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 \ No newline at end of file + ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ${GITHUB_REPOSITORY#*/} \ No newline at end of file