From d3bdc22ebd6edb2b8b328adad8059320083f88e1 Mon Sep 17 00:00:00 2001 From: Shaun Kirk Wong Date: Fri, 25 Mar 2022 00:14:19 +0000 Subject: [PATCH] github/memex#8949: Adds example project url --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 766d19d..abc7bf5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ jobs: ## Inputs -- `project-url` **(required)** is the URL of the GitHub Project to add issues to. +- `project-url` **(required)** is the URL of the GitHub Project to add issues to. + _eg: `https://github.com/orgs|users//projects/`_ - `github-token` **(required)** is a [personal access token](https://github.com/settings/tokens/new) with the `repo`, `write:org` and `read:org` scopes.