Skip to content

Galaxy-NG Roles Import #8

Galaxy-NG Roles Import

Galaxy-NG Roles Import #8

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:
- 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
with::

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

View workflow run for this annotation

GitHub Actions / Galaxy-NG Roles Import

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 23, Col: 9): Unexpected value 'with:'
galaxy_api_key: ${{ secrets.galaxy_api_key }