From 2726cd3bcd2a442072dcb462c71847a98cf8f820 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 10 Nov 2019 16:47:04 -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.