Skip to content

Commit 2e12698

Browse files
petergoesrichadr
authored andcommitted
fix: use proper github.actor in ci step
1 parent 41ae3bd commit 2e12698

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changeset/new-rice-check.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
# ONLY run this step if:
8787
#
8888
# 1. the branch was not created by the Changeset Action itself
89-
# 2. the branch was not created by Dependabot
90-
if: ${{ !startsWith(github.ref_name, 'changeset-release/') && github.actor != 'dependabot[bot]' }}
89+
# 2. the branch was not created by NL Design System Bot
90+
if: ${{ !startsWith(github.ref_name, 'changeset-release/') && github.actor != 'nl-design-system-ci' }}
9191
run: pnpm run changeset:status
9292

9393
- name: ShellCheck

0 commit comments

Comments
 (0)