chore(ci): debug some information
Some checks failed
🚀 Release / release (push) Has been cancelled

This commit is contained in:
2026-02-03 15:09:22 +01:00
parent 667d140883
commit a547d86946

View File

@@ -13,6 +13,15 @@ jobs:
container: jimfx/nodes:latest container: jimfx/nodes:latest
steps: steps:
- name: 🔍 Debug Info
run: |
echo "GITHUB_REF: ${{ github.ref }}"
echo "GITHUB_REF_TYPE: ${{ github.ref_type }}"
echo "GITHUB_REF_NAME: ${{ github.ref_name }}"
echo "GITHUB_SHA: ${{ github.sha }}"
echo "GITHUB_EVENT_NAME: ${{ github.event_name }}"
echo "GITHUB_ACTOR: ${{ github.actor }}"
- name: 📑 Checkout Code - name: 📑 Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: