Skip to content

Commit d72223e

Browse files
committed
Add more information to github actions log
1 parent d377efc commit d72223e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
DEFAULT_BRANCH='${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
2828
echo 'Default branch: '$DEFAULT_BRANCH
29+
echo 'Event: ${{ github.event_name }}'
30+
echo 'Repository: ${{ github.repository }}'
2931
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
3032
id: default-branch
3133

0 commit comments

Comments
 (0)