Remove debug step

This commit is contained in:
Andras Schmelczer 2025-03-22 17:21:30 +00:00
parent a937f64fa0
commit bd44fe9c74
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -28,12 +28,6 @@ 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
# https://github.com/sigstore/cosign-installer
- name: Install cosign