mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
fix: github actor name for automatic approval wrong (#943)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user