fix: github actor name for automatic approval wrong (#943)

This commit is contained in:
Meier Lukas
2024-08-08 22:27:01 +02:00
committed by GitHub
parent db9c200f89
commit c833f2cbf2

View File

@@ -8,7 +8,7 @@ on:
jobs:
approve-renovate-prs:
runs-on: ubuntu-latest
if: github.actor == 'homarr-renovate[bot]'
if: github.actor == 'homarr-renovate'
steps:
- name: Checkout code
uses: actions/checkout@v4