Skip to content

Commit

Permalink
ci(workflows): add debug step to ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 712557c commit f2f1d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#push
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
# - https://github.com/actions/checkout
# - https://github.com/hmarr/debug-action

---
name: continuous-integration
Expand Down Expand Up @@ -34,6 +35,9 @@ jobs:
!startsWith(github.event.head_commit.message, 'release:')
runs-on: ubuntu-latest
steps:
- id: debug
name: Print environment variables and event payload
uses: hmarr/debug-action@v2.0.1
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/checkout@v3.0.2
Expand Down

0 comments on commit f2f1d17

Please sign in to comment.