Skip to content

Commit

Permalink
Merge pull request #127 from roles-ansible/a
Browse files Browse the repository at this point in the history
Update Actions
  • Loading branch information
DO1JLR authored Oct 22, 2023
2 parents 4c00782 + 78b2e2f commit d64de52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- name: 'checkout git repo'
uses: actions/[email protected]
with:
lfs: true
submodules: true
fetch-depth: 0

- name: Run ansible-lint
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Galaxy release
name: Galaxy-NG Roles Import

# yamllint disable-line rule:truthy
on:
Expand All @@ -8,13 +8,17 @@ on:

jobs:
build:
name: Galaxy Role Importer
runs-on: ubuntu-latest

steps:
- name: 'checkout git repo'
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: 'release on galaxy'
uses: robertdebock/galaxy-action@1.2.1
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.0.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'
galaxy_api_key: ${{ secrets.galaxy_api_key }
23 changes: 0 additions & 23 deletions .github/workflows/yamllint.yaml

This file was deleted.

0 comments on commit d64de52

Please sign in to comment.