Skip to content

Commit

Permalink
Add debug to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
richpryce committed Oct 22, 2024
1 parent 43a91d3 commit 56369aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
needs: CI
steps:

- name: DEBUG
run: |
echo "RUN_NUMBER=${{ needs.CI.outputs.run_number }}"
echo "AWS_REGION=${{ secrets.AWS_REGION }}"
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 56369aa

Please sign in to comment.