Skip to content

Commit

Permalink
Use correct branch for Ansible Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Jan 25, 2023
1 parent a2982e0 commit 91ea677
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
push:
branches:
- main
release:
tags:
- "*"

jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}

0 comments on commit 91ea677

Please sign in to comment.