Skip to content

Merge pull request #8 from compscidr/automate-galaxy-deploy #4

Merge pull request #8 from compscidr/automate-galaxy-deploy

Merge pull request #8 from compscidr/automate-galaxy-deploy #4

Workflow file for this run

---
name: Galaxy-NG Roles Import
# yamllint disable-line rule:truthy
on:
release:
types: ['created']
jobs:
build:
name: Galaxy Role Importer
runs-on: ubuntu-latest
steps:
<<<<<<< HEAD

Check failure on line 15 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.2.0
=======
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
>>>>>>> origin/main
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}