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 77f651b commit 641e3cc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/awx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
python-version: 3.12

- name: Run awx draft script
run: |
ls -liah .
gh --version
python3 --version
python3 ./awxdraft.py > log.txt 2>&1
cat log.txt
run: python3 ./awxdraft.py > log.txt 2>&1
continue-on-error: true
env:
GH_TOKEN: ${{ secrets.AWX_TOKEN }}

- name: Review log
run: cat log.txt

0 comments on commit 641e3cc

Please sign in to comment.