Release of v1r12 (#275) #8
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
--- | |
name: update galaxy | |
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 }} |