Skip to content

Commit 5472f83

Browse files
authored
Update README.md
1 parent 63e8739 commit 5472f83

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This GitHub Action uses the GitHub GraphQL API and pagination to retrieve all Pr
1515
steps:
1616
- name: Get Project Next-Fields
1717
id: project-next-fields
18-
uses: ./.github/actions/get-project-next-fields
19-
with:
20-
PAT: ${{ secrets.PAT }}
21-
USER: gfarb
22-
PROJECT_NEXT_NUMBER: 1
18+
uses: ./.github/actions/get-project-next-fields
19+
with:
20+
PAT: ${{ secrets.PAT }}
21+
USER: gfarb
22+
PROJECT_NEXT_NUMBER: 1
2323
```
2424
##### Example #2 - Organization-Owned Project:
2525
- Assumptions:
@@ -28,13 +28,13 @@ This GitHub Action uses the GitHub GraphQL API and pagination to retrieve all Pr
2828
- Workflow:
2929
```
3030
steps:
31-
- name: Get Project Next-Fields
32-
id: project-next-fields
33-
uses: ./.github/actions/get-project-next-fields
34-
with:
35-
PAT: ${{ secrets.PAT }}
36-
ORG: github
37-
PROJECT_NEXT_NUMBER: 1234
31+
- name: Get Project Next-Fields
32+
id: project-next-fields
33+
uses: ./.github/actions/get-project-next-fields
34+
with:
35+
PAT: ${{ secrets.PAT }}
36+
ORG: github
37+
PROJECT_NEXT_NUMBER: 1234
3838
```
3939
### Parsing output
4040
##### Example #1:
@@ -67,4 +67,4 @@ This GitHub Action uses the GitHub GraphQL API and pagination to retrieve all Pr
6767
* 0.1
6868
* Initial Release
6969
## License
70-
This project is licensed under the MIT License - see the LICENSE.md file for details
70+
This project is licensed under the MIT License - see the LICENSE.md file for details

0 commit comments

Comments
 (0)