Skip to content

Commit c74fda0

Browse files
committed
ci(renovate): fix actor condition
1 parent 55270e5 commit c74fda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changesets-renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
changesets-renovate:
13-
if: ${{ github.actor == 'renovate[bot]' && startsWith(github.ref_name, 'renovate/') }}
13+
if: ${{ github.actor == 'renovate' && startsWith(github.ref_name, 'renovate/') }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)