fix(ci): set collection name

ref: #31 #32
This commit is contained in:
2024-08-23 14:14:52 +09:30
parent 06a4d325a6
commit 6fa9c36dc6

View File

@ -42,7 +42,7 @@ jobs:
with:
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "centurion"
ANSIBLE_LINTING_MUST_PASS: false
secrets:
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}