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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user