From ce0da82908cbe941beca52ddbe715e419bdc3cfc Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 30 Sep 2021 08:37:21 +0200 Subject: [PATCH] Use a version (v1) instead of a 'deprecated' branch name --- .github/workflows/notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 7accf504..5b53af88 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Notify Antora - uses: peter-evans/repository-dispatch@master + uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.BUILD_ACCESS_TOKEN }} repository: neo4j-documentation/docs-refresh