Skip to content

Commit 99447ae

Browse files
committed
fix: correct missing quote typo
1 parent c0415a0 commit 99447ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/import-ansible-role.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Import role to Ansible Galaxy
4040
#if: ${{ github.ref_name == env.VERSION_FILE_CONTENT }}
4141
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##*/}"
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##*/}"

0 commit comments

Comments
 (0)