From 2462fdfe47cd6be1fb020b2d33ff936c496c1b2b Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Tue, 15 Sep 2020 20:38:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aaf360..58d161e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: sourcegraph/codenotify + - uses: sourcegraph/codenotify@v0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```