Skip to content

ci(tools): update actionhippie/ansible-doctor action to v3 #91

ci(tools): update actionhippie/ansible-doctor action to v3

ci(tools): update actionhippie/ansible-doctor action to v3 #91

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Galaxy upload
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...