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