There was an error while loading. Please reload this page.
1 parent c0415a0 commit 99447aeCopy full SHA for 99447ae
1 file changed
.github/workflows/import-ansible-role.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: Import role to Ansible Galaxy
40
#if: ${{ github.ref_name == env.VERSION_FILE_CONTENT }}
41
run: |
42
- ansible-galaxy role import "$ANSIBLE_GALAXY_ROLE_DEBUG" --branch "$BRANCH_NAME" --server https://galaxy.ansible.com/api/ --token "$ANSIBLE_GALAXY_SERVER_GALAXY_TOKEN" $ROLE_GIT_OWNER" "${ROLE_GIT_REPO##*/}"
+ ansible-galaxy role import "$ANSIBLE_GALAXY_ROLE_DEBUG" --branch "$BRANCH_NAME" --server https://galaxy.ansible.com/api/ --token "$ANSIBLE_GALAXY_SERVER_GALAXY_TOKEN" "$ROLE_GIT_OWNER" "${ROLE_GIT_REPO##*/}"
0 commit comments