Skip to content

Try new Galaxy release workflow #45

Try new Galaxy release workflow

Try new Galaxy release workflow #45

Workflow file for this run

---
name: Ansible Galaxy
on:
push:
branches:
- main
tags:
- "*"
jobs:
galaxy:
name: Ansible Galaxy
runs-on: ubuntu-latest
steps:
- name: Trigger a new import on Galaxy.
run: >-
ansible-galaxy role import --token ${{ secrets.galaxy_api_key }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)