Skip to content

Commit fa880e1

Browse files
committed
fix typo
1 parent a7a72a6 commit fa880e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/comment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function run() {
4040
break;
4141
}
4242
}
43-
} else if (process.env.CIRCLE_BRANCH === 'suport-esm') {
43+
} else if (process.env.CIRCLE_BRANCH === 'support-esm') {
4444
//If it isn't a PR commit, then we are on main. Create a comment for the test app and docs build
4545
await octokit.repos.createCommitComment({
4646
owner: 'adobe',

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ workflows:
419419
- docs-verdaccio:
420420
filters:
421421
branches:
422-
only: suport-esm
422+
only: support-esm
423423
requires:
424424
- install
425425
- deploy:

0 commit comments

Comments
 (0)