Skip to content

Commit

Permalink
add link to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 22, 2020
1 parent 83e4a04 commit 1dd414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 1dd414e

Please sign in to comment.