From fdb7991b72040d611e1123d2b75ff10eda9372c9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 21 Jan 2021 19:18:26 +0200 Subject: [PATCH] Switch master to main (#59) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49cbdbd..f28d3e3 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ To set up the action for local development and testing: 1. Create a fork of the github-project-automation-plus 2. Create a new repository with a project -3. Add a workflow file that changes the `uses` to your forked repository: `uses: my-fork/github-project-automation-plus@master` +3. Add a workflow file that changes the `uses` to your forked repository: `uses: my-fork/github-project-automation-plus@main` 3. Make changes to your action and deploy them to GitHub