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 c6ef89e commit 961b3ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- main
release:
tags:
- "*"

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

0 comments on commit 961b3ae

Please sign in to comment.