Skip to content

Commit

Permalink
Update build-figma-tokens.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vern-gora committed Nov 7, 2024
1 parent f000f57 commit be74083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-figma-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
git add stories/assets/scss/figma-scss/_figma-variables.scss
git commit -m "Save changes in the branch" || echo "No changes to commit"
# Push changes to `update-figma-tokens` branch
- name: Push changes
run: |
git push origin ${{ github.ref_name }} || echo "No changes to push"
# # Push changes to `update-figma-tokens` branch
# - name: Push changes
# run: |
# git push origin ${{ github.ref_name }} || echo "No changes to push"

# Automatic pull request
- name: Create Pull Request
Expand Down

0 comments on commit be74083

Please sign in to comment.