Skip to content

Commit 37c01f2

Browse files
Brandon GreenwellBrandon Greenwell
authored andcommitted
fix: correct GitHub username in workflow conditions
- Change greenwbm to bgreenwell in workflow actor checks
1 parent 74c5c10 commit 37c01f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
build:
20-
if: ${{ github.actor == 'greenwbm' }}
20+
if: ${{ github.actor == 'bgreenwell' }}
2121

2222
runs-on: ubuntu-latest
2323
steps:

.github/workflows/release.yml

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

1313
jobs:
1414
create-release:
15-
if: ${{ github.actor == 'greenwbm' }}
15+
if: ${{ github.actor == 'bgreenwell' }}
1616

1717
name: Create Release
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)