Skip to content

Commit

Permalink
tokens update: setup branchs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jan 19, 2022
1 parent 209defc commit a33a252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/tokens-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fi

git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout -B tokens-autoupdate

./gradlew generator:colors
git add --all || true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tokens-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
feature
design-tokens-autoupdate
title: Design Tokens Update on ${{ env.TODAY }}
base: main
branch: tokens-autoupdate

0 comments on commit a33a252

Please sign in to comment.