maybe
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Detect Changed Skins (push) Successful in 3s
Generate Skin previews, OSK files and per skin documentation / Calculate Git Tag (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Prepare Assets (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Videos and Screenshots (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Mod Icons (WEBP) (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Create OSK Files (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate README (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Per-Skin Docs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Rename Assets Based on skin.ini (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Convert PNGs to WEBPs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Git Commit and Push (push) Has been skipped

This commit is contained in:
2025-07-30 16:00:18 +02:00
parent 895a72efd3
commit e0130e9af6

View File

@@ -123,6 +123,14 @@ jobs:
echo "CHANGED_SKINS_FILE=$changed_file" >> "$GITHUB_ENV" echo "CHANGED_SKINS_FILE=$changed_file" >> "$GITHUB_ENV"
fi fi
- name: Extract Repository Path
shell: bash
run: |
repo="${{ github.workspace }}"
repo="${repo#/workspace/}"
repo="${repo%/}"
echo "USER_REPOSITORY=$repo" >> "$GITHUB_ENV"
- name: Set outputs - name: Set outputs
id: set id: set
shell: bash shell: bash
@@ -213,14 +221,6 @@ jobs:
chmod 0700 /tmp/xdg_runtime_dir chmod 0700 /tmp/xdg_runtime_dir
echo "XDG_RUNTIME_DIR=/tmp/xdg_runtime_dir" >> "$GITHUB_ENV" echo "XDG_RUNTIME_DIR=/tmp/xdg_runtime_dir" >> "$GITHUB_ENV"
- name: Extract Repository Path
shell: bash
run: |
repo="${{ github.workspace }}"
repo="${repo#/workspace/}"
repo="${repo%/}"
echo "USER_REPOSITORY=$repo" >> "$GITHUB_ENV"
- name: Create directories for assets - name: Create directories for assets
shell: bash shell: bash
run: | run: |