Skip to content

Merge pull request #41 from ansible-lockdown/devel #1

Merge pull request #41 from ansible-lockdown/devel

Merge pull request #41 from ansible-lockdown/devel #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Update Galaxy
# Controls when the action will run.
# Triggers the workflow on push or pull request
# events but only for the devel branch
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
update_role:
runs-on: ubuntu-latest
steps:
- name: Checkout V3
uses: actions/checkout@v3
- name: Update Galaxy
uses: robertdebock/galaxy-action@master
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
git_branch: main