Skip to content

Commit

Permalink
fix: fix some workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbrueckri committed Mar 20, 2023
1 parent 674880b commit 50e0cdf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- distro: debian-11

steps:
- name: Check out the codebase.
- name: 🔽 Checkout
uses: actions/checkout@v3.3.0
with:
path: "ansible-role-tenable-agent"
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
# This workflow requires a GALAXY_API_KEY secret present in the GitHub
# repository or organization.
#
# See: https://github.com/marketplace/actions/publish-ansible-role-to-galaxy
# See: https://github.com/ansible/galaxy/issues/46

name: Release
"on":
push:
Expand All @@ -20,18 +14,18 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
- name: 🔽 Checkout
uses: actions/checkout@v3.3.0
with:
path: "ansible-role-tenable-agent"

- name: 🚀 Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: "pipenv"

- name: Install OS dependencies
- name: Install OS dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

- name: ⏬ Install pipenv and dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_package_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: ⏬Checkout Repository
- name: 🔽 Checkout
uses: actions/checkout@v3.3.0

- name: 🚀 Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10.10"
python-version: "3.11"
cache: "pipenv"

- name: Install OS dependencies
- name: Install OS dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

- name: ⏬ Install pipenv and dependencies
Expand Down

0 comments on commit 50e0cdf

Please sign in to comment.