We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d377efc commit d72223eCopy full SHA for d72223e
.github/workflows/build.yml
@@ -26,6 +26,8 @@ jobs:
26
run: |
27
DEFAULT_BRANCH='${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
28
echo 'Default branch: '$DEFAULT_BRANCH
29
+ echo 'Event: ${{ github.event_name }}'
30
+ echo 'Repository: ${{ github.repository }}'
31
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
32
id: default-branch
33
0 commit comments