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 40d1ee9 commit cce0ed1
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 @@ -25,9 +25,9 @@ jobs:
with:
python-version: 3.12

- name: Run Python Script
- name: Run awx draft script
run: |
gh --version # Check GitHub CLI version (optional)
python awxdraft.py
gh --version
python3 awxdraft.py
env:
GH_TOKEN: ${{ secrets.AWX_TOKEN }}

0 comments on commit cce0ed1

Please sign in to comment.