Remove trailing new line

This commit is contained in:
2025-06-08 23:39:57 +02:00
parent 78cad16e15
commit 79fcaafca9
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
IMAGE_NAME: arlind/skins IMAGE_NAME: osc/skins-image
jobs: jobs:
build_and_push: build_and_push:

View File

@@ -23,5 +23,4 @@ Used for all the Actions to generate Skins.
├── videos/ # Generated videos ├── videos/ # Generated videos
├── ffmpeg/ # FFmpeg binaries ├── ffmpeg/ # FFmpeg binaries
└── screenshots/ # Captured screenshots └── screenshots/ # Captured screenshots
``` ```