Skip to content

Commit

Permalink
fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 8, 2024
1 parent 91d65e5 commit b60d032
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,7 +59,7 @@ jobs:
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit b60d032

Please sign in to comment.