Skip to content

Generated Ansible files #41

Generated Ansible files

Generated Ansible files #41

Workflow file for this run

---
#
# Ansible managed
#
name: Release to Ansible Galaxy
on:
release:
types: [created, edited, published, released]
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: galaxy
# uses: buluma/[email protected] # TODO: rebuild action
uses: robertdebock/[email protected]
with:
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/galaxy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/galaxy.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: ${{ github.event.repository.default_branch }}
=======
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main
>>>>>>> 97abffb84dff756706cfbd3f04dff00d7a8b7f05