Skip to content

Commit 132aa0f

Browse files
committed
[auto] Update compiled version
1 parent 7dbb54b commit 132aa0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/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

lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)