Przeglądaj źródła

Change Skip Condition

Marcus Hert Da Coregio 1 rok temu
rodzic
commit
4c12940304
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/merge-dependabot-pr.yml

+ 1 - 1
.github/workflows/merge-dependabot-pr.yml

@@ -9,7 +9,7 @@ permissions: write-all
 jobs:
   merge-dependabot-pr:
     runs-on: ubuntu-latest
-    if: github.actor == 'dependabot[bot]'
+    if: github.event.pull_request.user.login == 'dependabot[bot]'
     steps:
 
       - uses: actions/checkout@v4