Skip to content

Commit ada646b

Browse files
committed
Add debug output to show the content of script
1 parent d2e20c4 commit ada646b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ jobs:
255255
fi
256256
DEFAULT_BUILD_EOF
257257
fi
258-
258+
echo "Contents of /tmp/build-deploy.sh:"
259+
cat /tmp/build-deploy.sh
259260
chmod +x /tmp/build-deploy.sh
260261
bash /tmp/build-deploy.sh
261262

0 commit comments

Comments
 (0)