Skip to content

Commit 68e0f6f

Browse files
committed
Fix typo in merge-dependabot workflow
1 parent 461d18d commit 68e0f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@ref/10.5.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
3434
with:
3535
java-version: |
3636
8

0 commit comments

Comments
 (0)