Skip to content

Commit

Permalink
Add debug information to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Dec 3, 2024
1 parent 0fcb4a7 commit 0348d88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-latest
environment: main
steps:
- name: Debug info
run: |
echo "event_name:" ${{github.event_name}}
echo "tag name:" ${{github.event.release.tag_name}}
echo "ref:" ${{github.ref}}
- name: Set TRAPS_REL
run: |
if [[ ${{ github.event_name == 'workflow_dispatch' }} == true ]]; then
Expand Down

0 comments on commit 0348d88

Please sign in to comment.