From e80eb88442ad75a5fa3d558d35f1db5e557ba1e6 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 15:50:50 -0500 Subject: Fix latest -> master for actions-js/push action (#12) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d98b293..48c4bc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Run Gatsby Build run: npm run build --if-present - name: Commit public changes - uses: actions-js/push@latest + uses: actions-js/push@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: trunk -- cgit