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 51075fe commit d37a5f9Copy full SHA for d37a5f9
.github/workflows/main.yml
@@ -14,6 +14,8 @@ jobs:
14
env:
15
ARCH: ${{ matrix.ARCH }}
16
DIST: bionic
17
+ # not provided by GitHub by default
18
+ GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
19
steps:
20
- uses: actions/checkout@v4
21
with:
0 commit comments