This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user