Skip to content

Commit 3af88f9

Browse files
committed
fix typo
1 parent 43dd3f7 commit 3af88f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/javascript/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async function run(): Promise<IssuesCreateResponse | void> {
9494
// Check if this is a forked repository
9595
if (process.env.GITHUB_REPOSITORY !== CONST.APP_REPO) {
9696
console.warn(
97-
"⚠️ Unable to fetch Mobile-Expensify PRs because this workflow is running on a forked repository and secrets aren't accessable. This is expected for development/testing on forks.",
97+
"⚠️ Unable to fetch Mobile-Expensify PRs because this workflow is running on a forked repository and secrets aren't accessble. This is expected for development/testing on forks.",
9898
);
9999
} else {
100100
console.error('Failed to fetch Mobile-Expensify PRs from main repository:', error);

0 commit comments

Comments
 (0)