We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453740 commit aafe443Copy full SHA for aafe443
README.md
@@ -15,7 +15,7 @@ A GitHub action to get a project ID from its number.
15
## Outputs
16
| Name | Description |
17
| :- | :- |
18
-| `GITHUB_PROJECT_FIELD_ID` | The requested project field ID. |
+| `GITHUB_PROJECT_ID` | The requested project ID. |
19
20
## Permissions
21
Your GitHub app installation or your personal access token must have at least the following permissions:
@@ -31,4 +31,4 @@ Your GitHub app installation or your personal access token must have at least th
31
github-app-id: ${{ vars.ISSUES_SYNC_GITHUB_APP_ID }}
32
github-app-private-key: ${{ secrets.ISSUES_SYNC_GITHUB_APP_PRIVATE_KEY }}
33
github-app-installation-id: ${{ vars.ISSUES_SYNC_GITHUB_APP_INSTALLATION_ID }}
34
-```
+```
0 commit comments