We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 396f0a7 commit 1aae5d4Copy full SHA for 1aae5d4
.github/workflows/build.yaml
@@ -38,7 +38,9 @@ jobs:
38
39
build:
40
if: github.actor != 'dependabot[bot]'
41
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
+ # Temporarily switch to `main`, while waiting for 11.0.1 release.
42
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
43
+ #uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
44
with:
45
site-enabled: true
46
0 commit comments