Skip to content

Commit 5e695db

Browse files
authored
Update readme to remove outdated sections
1 parent 2221494 commit 5e695db

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,6 @@ If the file does not exist the action exits silently.
3939

4040
- `issue-number` - The number of the created issue
4141

42-
### Create a project card
43-
44-
To create a project card for the issue, pass the `issue-number` step output to [create-or-update-project-card](https://github.com/peter-evans/create-or-update-project-card) action.
45-
46-
```yml
47-
- name: Create Issue From File
48-
id: ciff
49-
uses: peter-evans/create-issue-from-file@v5
50-
with:
51-
title: An example issue
52-
content-filepath: ./example-content/output.md
53-
54-
- name: Create or Update Project Card
55-
uses: peter-evans/create-or-update-project-card@v2
56-
with:
57-
project-name: My project
58-
column-name: My column
59-
issue-number: ${{ steps.ciff.outputs.issue-number }}
60-
```
61-
62-
## Actions that pair with this action
63-
64-
- [Link Checker](https://github.com/lycheeverse/lychee-action) - An action for link checking repository Markdown, HTML, and text files
65-
6642
## License
6743

6844
MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)