removed @main for build-check line
This commit is contained in:
parent
def62c9502
commit
e3b4c3af71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/DependabotAutoMerge.yml
vendored
2
.github/workflows/DependabotAutoMerge.yml
vendored
|
|
@ -15,7 +15,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_check:
|
build_check:
|
||||||
uses: ./.github/workflows/maven.yml@main
|
uses: ./.github/workflows/maven.yml
|
||||||
dependabot:
|
dependabot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_check
|
needs: build_check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue