From e3b4c3af71b9be9df0f179484e56da3d7d180999 Mon Sep 17 00:00:00 2001 From: skye rogers Date: Fri, 28 Mar 2025 12:16:14 -0700 Subject: [PATCH] removed @main for build-check line --- .github/workflows/DependabotAutoMerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DependabotAutoMerge.yml b/.github/workflows/DependabotAutoMerge.yml index c2acc875..6c3d7dfd 100644 --- a/.github/workflows/DependabotAutoMerge.yml +++ b/.github/workflows/DependabotAutoMerge.yml @@ -15,7 +15,7 @@ permissions: jobs: build_check: - uses: ./.github/workflows/maven.yml@main + uses: ./.github/workflows/maven.yml dependabot: runs-on: ubuntu-latest needs: build_check