Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot] 800c062e57
Merge d703c524c2 into 65f5fdf8e5 2023-07-28 10:05:24 -07:00
thcrack 65f5fdf8e5
build: fix update action on forked repos (#653) 2023-07-28 18:24:26 +08:00
github-actions[bot] d703c524c2 docs(readme): update emoji-cheat-sheet 2023-07-21 05:02:09 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "docs(readme): update emoji-cheat-sheet"
git push -qf "https://${{ secrets.GITHUB_TOKEN }}@github.com/ikatyang/emoji-cheat-sheet.git" HEAD:github-actions-auto-update
git push -qf "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" HEAD:github-actions-auto-update
- name: Create PR from Updated Branch
uses: actions/github-script@v2