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.