From c36f42b4c17a305066f993347393d8c281991683 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 8 Nov 2019 17:41:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abbb5e0f..9e736396 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@master - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@master + uses: JamesIves/github-pages-deploy-action@releases/v2 env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from.