Skip to content

Commit

Permalink
Issue #3673: also print github.ref_type
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 9, 2024
1 parent c14e3b8 commit 193516d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_image_builder_rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ jobs:
echo 'env.otobo_commit: ${{ env.otobo_commit }}'
echo 'github.ref: ${{ github.ref }}'
echo 'github.ref_name: ${{ github.ref_name }}'
echo 'github.ref_type: ${{ github.ref_type }}'
echo 'github.event_name: ${{ github.event_name }}'

0 comments on commit 193516d

Please sign in to comment.