We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4896810 commit 65f5fdfCopy full SHA for 65f5fdf
.github/workflows/update.yml
@@ -20,7 +20,7 @@ jobs:
20
git config --global user.name "github-actions[bot]"
21
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
22
git commit -m "docs(readme): update emoji-cheat-sheet"
23
- 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
24
25
- name: Create PR from Updated Branch
26
uses: actions/github-script@v2
0 commit comments