From 01664aa7dfc14da6aa323c4a215d35fe29180d54 Mon Sep 17 00:00:00 2001 From: Nicolas Palacio Date: Wed, 27 Mar 2024 16:53:31 +0100 Subject: [PATCH] Reverted master -> main change in deploy action --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 783dfa2..260b25d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -40,8 +40,8 @@ jobs: git config --local user.name "github-actions[bot]" git commit -m "CI: Automated build push" -a | exit 0 - name: Push changes - if: github.ref == 'refs/heads/main' - uses: ad-m/github-push-action@main + if: github.ref == 'refs/heads/master' + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} deploy: