From ad9efdf1e6f59e24e351c130c4e693d99f79d04e Mon Sep 17 00:00:00 2001 From: Rootul P Date: Wed, 8 Mar 2023 14:02:48 -0500 Subject: [PATCH] typo: repo -> project I think this is a typo because the line following the comment doesn't reference a repo, it references a project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c931d95..14a0f195 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/add-to-project@RELEASE_VERSION with: - # You can target a repository in a different organization + # You can target a project in a different organization # to the issue project-url: https://github.com/orgs//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}