Debug .env file content to troubleshoot NAS password issue
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
||||
echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
|
||||
echo "Environment file created successfully"
|
||||
ls -la .env
|
||||
echo "Content of .env file:"
|
||||
cat .env
|
||||
echo "---end of .env---"
|
||||
|
||||
- name: Pull fresh images used in compose
|
||||
run: docker compose pull
|
||||
|
||||
Reference in New Issue
Block a user