Compare commits

...

3 Commits

Author SHA1 Message Date
smed79 5554ead56a
Merge ddee4d5ba3 into 65f5fdf8e5 2023-07-28 10:05:23 -07:00
thcrack 65f5fdf8e5
build: fix update action on forked repos (#653) 2023-07-28 18:24:26 +08:00
smed79 ddee4d5ba3
Add `Back to Top` navigation link 2022-11-06 08:49:15 +01:00
2 changed files with 3 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

View File

@ -1588,3 +1588,5 @@ This cheat sheet is automatically generated from [GitHub Emoji API](https://api.
| [top](#github-custom-emoji) | :rage4: | `:rage4:` | :shipit: | `:shipit:` | [top](#table-of-contents) |
| [top](#github-custom-emoji) | :suspect: | `:suspect:` | :trollface: | `:trollface:` | [top](#table-of-contents) |
---
[⇈ Back to Top](#emoji-cheat-sheet)