Add debug logging

This commit is contained in:
Andras Schmelczer 2025-03-18 20:48:29 +00:00
parent d8f9268042
commit e35af96db6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -31,6 +31,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Debug
run: |
echo "github.ref: ${{ github.ref }}"
echo "github.ref_type: ${{ github.ref_type }}"
echo "github.event_name: ${{ github.event_name }}"
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign