This commit is contained in:
parent
cb6f84617b
commit
1ddd9c6374
1 changed files with 6 additions and 6 deletions
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
|
|
@ -9,12 +9,6 @@ jobs:
|
|||
name: runner / vale
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
- name: 🔍 Debug environment variables
|
||||
run: |
|
||||
|
|
@ -35,6 +29,12 @@ jobs:
|
|||
echo "## GIT CONFIG"
|
||||
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
|
||||
run: |
|
||||
echo "## CURRENT DIRECTORY CONTENTS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue