From 8263147d0797f407a339a92115fecbd311539c12 Mon Sep 17 00:00:00 2001 From: Melvin Date: Fri, 25 Sep 2020 01:37:42 -0700 Subject: [PATCH] fix Nancy's branch name (#1394) --- .github/workflows/pr-extra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-extra.yml b/.github/workflows/pr-extra.yml index 7c6e1363..4da26373 100644 --- a/.github/workflows/pr-extra.yml +++ b/.github/workflows/pr-extra.yml @@ -16,4 +16,4 @@ jobs: - name: Run go list run: go list -json -m all > go.list - name: Nancy - uses: sonatype-nexus-community/nancy-github-action@master + uses: sonatype-nexus-community/nancy-github-action@main