Explorar el Código

Merge branch '6.2.x'

Marcus Hert Da Coregio hace 1 año
padre
commit
36c006352e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/trigger-auto-merge-forward.yml

+ 1 - 1
.github/workflows/trigger-auto-merge-forward.yml

@@ -11,7 +11,7 @@ jobs:
   trigger-worflow:
     name: Trigger Workflow
     runs-on: ubuntu-latest
-    if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
+    if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security-samples' }}
     steps:
       - name: Checkout
         id: checkout