Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

ci: use correct version of ansible-later #15

ci: use correct version of ansible-later

ci: use correct version of ansible-later #15

Workflow file for this run

---
name: galaxy
"on":
workflow_dispatch:
push:
branches:
- master
tags:
- v*
jobs:
galaxy:
runs-on: ubuntu-latest
if: github.repository_owner == 'rolehippie'
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Galaxy upload
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...