actions on github being weird
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian12) (push) Successful in 31s
test / Molecule tests (default, debian11) (push) Successful in 39s
test / Molecule tests (default, ubuntu2004) (push) Successful in 36s
test / Molecule tests (default, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 41s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 41s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 35s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 41s

This commit is contained in:
Bertrand Lanson 2023-07-17 23:39:58 +02:00
parent c3da68e139
commit c6944d895c

View File

@ -13,6 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Publish - name: Publish
uses: ednxzu/galaxy-import-role@v1 uses: ednxzu/galaxy-import-role@v1.0.0
with: with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }} galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}