From 5e695db990c9a226b53738f3492e870400d69cba Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:30:11 -0700 Subject: [PATCH] Update readme to remove outdated sections --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 3509333f..06a5cf32 100644 --- a/README.md +++ b/README.md @@ -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