Skip to content

Commit 86cfe73

Browse files
committed
fixes
1 parent dbd80d8 commit 86cfe73

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/update-emoji.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Update Emoji
22
on:
33
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
64
jobs:
75
build:
86
name: update-emoji
@@ -21,16 +19,3 @@ jobs:
2119
TG_KAPG_EMOJI_PBURL: ${{ secrets.TG_KAPG_EMOJI_PBURL }}
2220
run: |
2321
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

Comments
 (0)