Skip to content

Commit 72b512b

Browse files
committed
feat: info output
1 parent fa6f9fb commit 72b512b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ jobs:
4141
git remote add origin ${ORIGIN_URL}
4242
git add .
4343
git commit -m "${COMMIT_MSG}"
44+
45+
echo "Branch: ${BRANCH}"
46+
echo "Pushing to ${TARGET_BRANCH}"
47+
echo "Origin URL: ${ORIGIN_URL}"
48+
echo "Commit Message: ${COMMIT_MSG}"
49+
4450
git push origin "${TARGET_BRANCH}"

0 commit comments

Comments
 (0)