Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 (#62) #20

Bump actions/checkout from 3.6.0 to 4.0.0 (#62)

Bump actions/checkout from 3.6.0 to 4.0.0 (#62) #20

Workflow file for this run

---
name: Ansible Galaxy
on:
push:
branches:
- main
tags:
- "*"
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}