forked from ansible-lockdown/RHEL9-CIS
Lint for galaxy
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
49d71ffc80
commit
6fdb18aece
11 changed files with 201 additions and 201 deletions
20
.github/workflows/update_galaxy.yml
vendored
20
.github/workflows/update_galaxy.yml
vendored
|
|
@ -7,15 +7,15 @@ name: update galaxy
|
|||
# Controls when the action will run.
|
||||
# Triggers the workflow on merge request events to the main branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
update_role:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: robertdebock/galaxy-action@master
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
git_branch: main
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: robertdebock/galaxy-action@master
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
git_branch: main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue