From 113226c32a356ef33e1e25a4ad0df483e2befe5e Mon Sep 17 00:00:00 2001 From: souvik Date: Mon, 11 Nov 2024 11:52:26 +0530 Subject: [PATCH] fix: typo fixes --- .github/workflows/help-command.yml | 2 +- .github/workflows/transfer-issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/help-command.yml b/.github/workflows/help-command.yml index 107f4b3d..7bd3d9be 100644 --- a/.github/workflows/help-command.yml +++ b/.github/workflows/help-command.yml @@ -59,5 +59,5 @@ jobs: - \`/good-first-issue {js | ts | java | go | docs | design | ci-cd}\` or \`/gfi {js | ts | java | go | docs | design | ci-cd}\` - label an issue as a \`good first issue\`. example: \`/gfi js\` or \`/good-first-issue ci-cd\` - - \`/trasfer-issue {repo-name}\` or \`/ti {repo-name}\` - trasfers issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\` + - \`/transfer-issue {repo-name}\` or \`/ti {repo-name}\` - transfer issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\` }) \ No newline at end of file diff --git a/.github/workflows/transfer-issue.yml b/.github/workflows/transfer-issue.yml index f6de0b56..338fe775 100644 --- a/.github/workflows/transfer-issue.yml +++ b/.github/workflows/transfer-issue.yml @@ -43,7 +43,7 @@ jobs: }) process.exit(1) } - - name: Trasfer Issue + - name: Transfer Issue id: transferIssue working-directory: ./ run: |