Skip to content

chore(deps): update actions/checkout digest to 11bd719 (#14) #24

chore(deps): update actions/checkout digest to 11bd719 (#14)

chore(deps): update actions/checkout digest to 11bd719 (#14) #24

Workflow file for this run

---
name: Publish Ansible role to Galaxy
on:
workflow_call:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 5
environment: Galaxy
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Publish Ansible role to Galaxy
uses: robertdebock/galaxy-action@7d89099e09f4385ec4b53eb58c0d120f1ad806dd # 1.2.1
with:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
git_branch: "${{ github.ref_name }}"