Skip to content

Commit

Permalink
merge origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Mar 20, 2024
2 parents f26a310 + 3f65eea commit 4ef2f4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
<<<<<<< HEAD
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
Expand All @@ -20,5 +21,9 @@ jobs:

- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.2.0
=======
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
>>>>>>> origin/main
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit 4ef2f4c

Please sign in to comment.