Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1d34c5c

Browse files
authored
chore: use exact renovate name in snapshot
1 parent 524ad9a commit 1d34c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, pull_request_target]
55
jobs:
66
snapshots:
77
runs-on: ubuntu-latest
8-
if: ${{ contains(github.actor, 'renovate') }}
8+
if: ${{ github.actor == 'renovate' }}
99

1010
steps:
1111
- name: Setup node

0 commit comments

Comments
 (0)