Skip to content

Commit

Permalink
CI(actions): Update deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed May 25, 2022
1 parent 1769a70 commit b85393f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/collection-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y zsh
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
Expand Down Expand Up @@ -47,4 +54,4 @@ jobs:
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'
collection_dir: 'ansible_collections/titom73/avd_tools/'
build: false
build: false

0 comments on commit b85393f

Please sign in to comment.