Skip to content

Commit

Permalink
Merge pull request #63 from omerbensaadon/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mattcosta7 committed Apr 6, 2022
2 parents 5a36c40 + 7b62e20 commit 5f2fb78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# actions/add-to-project

Use this action to automatically add the current issue or pull request to a GitHub Project.
Note that this is for [GitHub Projects
Use this action to automatically add the current issue or pull request to a GitHub project.
Note that this is for [GitHub projects
(beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects),
not the original GitHub Projects.
not the original GitHub projects.

## Current Status

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

## Inputs

- <a name="project-url">`project-url`</a> **(required)** is the URL of the GitHub Project to add issues to.
- <a name="project-url">`project-url`</a> **(required)** is the URL of the GitHub project to add issues to.
_eg: `https://github.com/orgs|users/<ownerName>/projects/<projectNumber>`_
- <a name="github-token">`github-token`</a> **(required)** is a [personal access
token](https://github.com/settings/tokens/new) with the `repo`, `write:org` and
Expand Down

0 comments on commit 5f2fb78

Please sign in to comment.