Skip to content

chore(deps): update pre-commit hook ansible-community/ansible-lint to… #2

chore(deps): update pre-commit hook ansible-community/ansible-lint to…

chore(deps): update pre-commit hook ansible-community/ansible-lint to… #2

Workflow file for this run

---
name: Galaxy-NG Roles Import
on:
release:
types: [created, edited, published, released]
push:
tags:
- '*'
permissions: {}
jobs:
build:
name: Galaxy Role Importer
runs-on: ubuntu-latest
steps:
- name: 'Checkout git repo'
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
submodules: true
fetch-depth: 0
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@6583ad2de12dd12433683826fe7ba26a28d3382f
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
galaxy_version: 'main'