1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Add debug information to show workspace and environment variables in the workflow

This commit is contained in:
2025-10-13 14:02:56 +03:00
parent dc447c4868
commit 4c7f16c9ff
+7
View File
@@ -63,6 +63,13 @@ jobs:
sudo apt update
sudo apt install -y unzip zip curl
- name: Show workspace and files
run: |
echo "GITEA_WORKSPACE=${GITEA_WORKSPACE}"
echo "PWD=$PWD"
echo "CI_PROJECT_DIR=${CI_PROJECT_DIR}"
ls -l
- name: Prepare Windows package
run: |
set -e