Skip to content

Commit dfcb7ee

Browse files
committed
Add some debug
1 parent 453180b commit dfcb7ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/actions/aur-publish/entrypoint.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
echo "::group::Debug"
5+
env
6+
whoami
7+
pwd
8+
ls -la .
9+
ls -la /home
10+
ls -la /home/app
11+
echo "::endgroup::"
12+
413
echo "::group::Configuring SSH"
514
mkdir -p /home/app/.ssh
615

0 commit comments

Comments
 (0)