Skip to content

Commit

Permalink
Fix CD (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored Nov 19, 2020
1 parent bd06390 commit 15273b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
- name: Check out the codebase
uses: actions/checkout@v2
with:
path: 'ruzickap.proxy_settings'

- name: Set up Python 3.
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install Ansible.
- name: Install Ansible
run: pip3 install ansible-base

- name: Trigger a new import on Galaxy.
- name: Trigger a new import on Galaxy
run: |
ansible-galaxy role import
ansible-galaxy role import \
--api-key ${{ secrets.GALAXY_API_KEY }} ${GITHUB_REPOSITORY%/*} ${GITHUB_REPOSITORY##*/}

0 comments on commit 15273b6

Please sign in to comment.