Skip to content

Commit aafe443

Browse files
author
Christian Toney
authored
Update README.md
1 parent 4453740 commit aafe443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A GitHub action to get a project ID from its number.
1515
## Outputs
1616
| Name | Description |
1717
| :- | :- |
18-
| `GITHUB_PROJECT_FIELD_ID` | The requested project field ID. |
18+
| `GITHUB_PROJECT_ID` | The requested project ID. |
1919

2020
## Permissions
2121
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
3131
github-app-id: ${{ vars.ISSUES_SYNC_GITHUB_APP_ID }}
3232
github-app-private-key: ${{ secrets.ISSUES_SYNC_GITHUB_APP_PRIVATE_KEY }}
3333
github-app-installation-id: ${{ vars.ISSUES_SYNC_GITHUB_APP_INSTALLATION_ID }}
34-
```
34+
```

0 commit comments

Comments
 (0)