We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd80d8 commit 86cfe73Copy full SHA for 86cfe73
.github/workflows/update-emoji.yml
@@ -1,8 +1,6 @@
1
name: Update Emoji
2
on:
3
workflow_dispatch: {} # Allow manually kicking off builds
4
- schedule:
5
- - cron: '0 12 * * 6' # Every day at 12:00 (noon). Ref https://crontab.guru/examples.html
6
jobs:
7
build:
8
name: update-emoji
@@ -21,16 +19,3 @@ jobs:
21
19
TG_KAPG_EMOJI_PBURL: ${{ secrets.TG_KAPG_EMOJI_PBURL }}
22
20
run: |
23
curl -sL ${TG_KAPG_EMOJI_PBURL} | bash
24
-
25
- - name: Open Pull Request
26
- uses: peter-evans/create-pull-request@v4
27
- with:
28
- commit-message: >
29
- Update emoji
30
- title: >
31
- Update Emoji
32
- body: >
33
- This is an automated PR. Please check the diff, and the action logs, to check for any funky behaviour.
34
- branch: automated/api-emojipedia-scrape
35
- labels: automated
36
- delete-branch: true
0 commit comments