From 38e077086c528c337989530a96945e97df3d5f70 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 7 Jan 2026 16:11:04 +0100 Subject: [PATCH] fix(ci): use dynamic github repository name --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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