Skip to content

Commit

Permalink
Update readme to remove outdated sections
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans authored Sep 16, 2024
1 parent 2221494 commit 5e695db
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,6 @@ If the file does not exist the action exits silently.

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

### Create a project card

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.

```yml
- name: Create Issue From File
id: ciff
uses: peter-evans/create-issue-from-file@v5
with:
title: An example issue
content-filepath: ./example-content/output.md
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v2
with:
project-name: My project
column-name: My column
issue-number: ${{ steps.ciff.outputs.issue-number }}
```

## Actions that pair with this action

- [Link Checker](https://github.com/lycheeverse/lychee-action) - An action for link checking repository Markdown, HTML, and text files

## License

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

0 comments on commit 5e695db

Please sign in to comment.