Skip to content

Commit d1f775e

Browse files
committed
fix: Dependabot deploy action
1 parent 3fdfbdd commit d1f775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/previews-cf-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525

2626
if: >
27-
${{ github.actor == 'dependabot[bot]' }} &&
27+
github.actor == 'dependabot[bot]' &&
2828
contains(github.event.pull_request.labels.*.name, 'deploy dependabot pr')
2929
timeout-minutes: 15
3030

0 commit comments

Comments
 (0)