Skip to content

Commit 9345592

Browse files
committed
Replace with main
1 parent 2bb0889 commit 9345592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
integration-test:
4141
if: github.actor != 'dependabot[bot]'
42-
uses: apache/logging-log4j-samples/.github/workflows/integration-test.yaml@feature/integrated-tests
42+
uses: apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
-Dlog4j.repository.url=${{ inputs.log4j-repository-url }}
5656
5757
android-test:
58-
uses: apache/logging-log4j-samples/.github/workflows/android-reusable-test.yaml@feature/integrated-tests
58+
uses: apache/logging-log4j-samples/.github/workflows/android-reusable-test.yaml@main
5959
with:
6060
log4j-version: ${{ inputs.log4j-version }}
6161
log4j-repository-url: ${{ inputs.log4j-repository-url }}
6262

6363
graalvm-test:
64-
uses: apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@feature/integrated-tests
64+
uses: apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@main
6565
with:
6666
log4j-version: ${{ inputs.log4j-version }}
6767
log4j-repository-url: ${{ inputs.log4j-repository-url }}

0 commit comments

Comments
 (0)