Skip to content

Commit

Permalink
Revert "Revert "ci: fix theme readme generation action (#2271)" (#2394)…
Browse files Browse the repository at this point in the history
…" (#2418)

This reverts commit 70f0264.
  • Loading branch information
rickstaa authored Jan 16, 2023
1 parent 0ff426d commit ab9c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/push-theme-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ git config --global user.name "GitHub Readme Stats Bot"
git branch -d $BRANCH_NAME || true
git checkout -b $BRANCH_NAME
git add --all
git commit --message "docs(theme): Auto update theme readme" || exit 0
git commit --no-verify --message "docs(theme): Auto update theme readme"
git remote add origin-$BRANCH_NAME https://${PERSONAL_TOKEN}@github.com/${GH_REPO}.git
git push --force --quiet --set-upstream origin-$BRANCH_NAME $BRANCH_NAME

1 comment on commit ab9c563

@vercel
Copy link

@vercel vercel bot commented on ab9c563 Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.