Fix repository name

This commit is contained in:
Marcus Hert Da Coregio
2024-02-22 14:59:29 -03:00
parent 5d67db5689
commit 00eaa1d803

View File

@@ -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