From 1dd414e0872d2375ba5ecccde3d3ed19c0037516 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Tue, 22 Sep 2020 11:48:39 -0400 Subject: [PATCH] add link to test project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e2b49..b5b3572 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: I found it useful to leverage the [act](https://github.com/nektos/act) project while developing this github action. This project allows you to push a branch to the github action repo, and use a commit hash to test the behavior -of that branch. For example, a test project that uses the `nancy-github-action` could have the following `.github/workflows/go.yml` file. +of that branch. For example, a [test project](https://github.com/bhamail/gh-action-test) that uses the `nancy-github-action` could have the following `.github/workflows/go.yml` file. Notice the commit hash `950a8965cd37d8e14aaa6aebd6c0d71b4da71fa3` used below in the `Scan` step to run the development branch.