Skip to content

Commit b835f09

Browse files
committed
Fix typo
1 parent 3f92ecc commit b835f09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Don't run if the PR is from Dependabot, as it doesn't have access to the repository's secrets.
2323
# Dependabot also only checks for GitHub action dependencies, so it's not necessary to run
2424
# Plugin tests.
25-
if: github.actor != 'dependabot[bot]
25+
if: github.actor != 'dependabot[bot]'
2626

2727
# Environment Variables.
2828
# Accessible by using ${{ env.NAME }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Don't run if the PR is from Dependabot, as it doesn't have access to the repository's secrets.
2323
# Dependabot also only checks for GitHub action dependencies, so it's not necessary to run
2424
# Plugin tests.
25-
if: github.actor != 'dependabot[bot]
25+
if: github.actor != 'dependabot[bot]'
2626

2727
# Environment Variables.
2828
# Accessible by using ${{ env.NAME }}

0 commit comments

Comments
 (0)