Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Mar 20, 2024
1 parent 1c1f228 commit fe2ac6b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
<<<<<<< HEAD
- 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.2.0
=======
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
>>>>>>> origin/main
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
uses: ansible-actions/ansible-galaxy-action@v1.2.0:
galaxy_api_key: ${{ secrets.galaxy_api_key }

0 comments on commit fe2ac6b

Please sign in to comment.