Skip to content

Commit

Permalink
Update awx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill authored Feb 28, 2024
1 parent 1dcd75f commit 40d1ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/awx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
uses: actions/checkout@v2

- name: Set up GitHub CLI
uses: actions/setup-gh@v0
uses: sersoft-gmbh/setup-gh-cli-action@v2
with:
gh-version: 'latest' # You can specify a version if needed
version: stable

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x # Choose your Python version
python-version: 3.12

- name: Run Python Script
run: |
Expand Down

0 comments on commit 40d1ee9

Please sign in to comment.