From b60d032b58e8addf24091bade128aa550261387b Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 8 Jul 2024 11:48:06 +0100 Subject: [PATCH] fix push --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3a61b86..8556f52a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,8 +45,6 @@ jobs: uses: ./.github/fetch_icons with: figma-access-token: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }} - - name: TEST DELETE ME - run: touch text.txt - name: Icons changed run: echo ${{ steps.fetch_icons.outputs.files_changed }} - name: Get current date @@ -61,7 +59,7 @@ jobs: git config --global user.email "zeta-icons-bot@github.com" git add -A git commit -m "feat: Icon updates ${{ steps.date.outputs.date }}" - git push -f + git push --set-upstream origin ${{steps.branch_name.outputs.BRANCH_NAME}} -f - name: Check if PR exists run: echo "pr_exists=$(gh pr list -H icon-updates --json number -q length)" >> $GITHUB_ENV - name: Create Pull Request