Merge pull request #32 from nofusscomputing/development

This commit is contained in:
Jon
2024-08-23 14:15:58 +09:30
committed by GitHub

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 }}