Skip to content

Commit 7dbb54b

Browse files
committed
Add groups
1 parent 7f1289b commit 7dbb54b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -u
33

4+
echo "::group::Internal logs"
5+
46
cd $INPUT_CWD
57
echo "Running in $PWD."
68

@@ -68,6 +70,10 @@ if ! git diff --cached --quiet --exit-code; then
6870

6971
echo "Pushing to repo..."
7072
git push --set-upstream origin "${GITHUB_REF:11}"
73+
74+
echo "::endgroup::"
75+
echo "Finished."
7176
else
77+
echo "::endgroup::"
7278
echo "Working tree clean. Nothing to commit."
7379
fi

0 commit comments

Comments
 (0)