We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d67db5 commit 00eaa1dCopy full SHA for 00eaa1d
.github/workflows/trigger-auto-merge-forward.yml
@@ -11,7 +11,7 @@ jobs:
11
trigger-worflow:
12
name: Trigger Workflow
13
runs-on: ubuntu-latest
14
- 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' }}
15
steps:
16
- name: Checkout
17
id: checkout
0 commit comments