Runner debug 2.
Some checks failed
lint / runner / vale (push) Failing after 5s

This commit is contained in:
g_it 2026-04-07 23:47:34 +02:00
commit 1ddd9c6374
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -9,12 +9,6 @@ jobs:
name: runner / vale name: runner / vale
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
with:
repository: "g_it/site"
# ❌ Remove this line after debugging - it's GitHub-specific and causes issues
# github-server-url: "https://gugulet.hu/technical/git"
# DEBUG SECTION - Add these steps AFTER checkout but BEFORE vale-action # DEBUG SECTION - Add these steps AFTER checkout but BEFORE vale-action
- name: 🔍 Debug environment variables - name: 🔍 Debug environment variables
run: | run: |
@ -35,6 +29,12 @@ jobs:
echo "## GIT CONFIG" echo "## GIT CONFIG"
git config --list | grep url git config --list | grep url
- uses: actions/checkout@v4
with:
repository: "g_it/site"
# ❌ Remove this line after debugging - it's GitHub-specific and causes issues
# github-server-url: "https://gugulet.hu/technical/git"
- name: 📁 Check working directory structure - name: 📁 Check working directory structure
run: | run: |
echo "## CURRENT DIRECTORY CONTENTS" echo "## CURRENT DIRECTORY CONTENTS"