Skip to content

Commit

Permalink
Revert "Try new Galaxy release workflow"
Browse files Browse the repository at this point in the history
This reverts commit 0565b2a.
  • Loading branch information
t2d committed Oct 29, 2023
1 parent 0565b2a commit fbbd0d2
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@ on:
jobs:
galaxy:
name: Ansible Galaxy
runs-on: ubuntu-latest
steps:
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.1.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
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 fbbd0d2

Please sign in to comment.