-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from ansible-lockdown/issues_and_audit
Issues audit and workflow
- Loading branch information
Showing
10 changed files
with
197 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
|
||
name: update galaxy | ||
name: update galaxy | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
update_role: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
update_role: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Action Ansible Galaxy Release ${{ github.ref_name }} | ||
uses: ansible-actions/ansible-galaxy-action@main | ||
with: | ||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} | ||
- name: Action Ansible Galaxy Release ${{ github.ref_name }} | ||
uses: ansible-actions/ansible-galaxy-action@main | ||
with: | ||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} |
Oops, something went wrong.