Skip to content

Commit 00eaa1d

Browse files
Fix repository name
1 parent 5d67db5 commit 00eaa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
trigger-worflow:
1212
name: Trigger Workflow
1313
runs-on: ubuntu-latest
14-
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security' }}
14+
if: ${{ github.event.commits[0].author.username == 'dependabot[bot]' && github.repository == 'spring-projects/spring-security-samples' }}
1515
steps:
1616
- name: Checkout
1717
id: checkout

0 commit comments

Comments
 (0)