From 446935005e69d510c52bd8edba439e5041f816aa Mon Sep 17 00:00:00 2001 From: grant0417 Date: Mon, 14 Feb 2022 11:25:21 -0800 Subject: [PATCH] ci: update branch name --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c1c2a184..c1a3f0a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: with: repository: "withfig/core-backend" token: ${{ secrets.CACHE_SPECS_TOKEN }} - ref: main + ref: master path: backend - name: Add @latest to cache run: | @@ -45,7 +45,7 @@ jobs: git config user.email "noreply@fig.io" git add . git commit -m "Updates plugins to latest" - git push origin main + git push origin master - name: "Automated Version Bump" id: "version-bump" uses: "phips28/gh-action-bump-version@master"