-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 再次修复 Discuss 评论系统@Lete114,暂时关闭PWA,测试一段时间SW
- Loading branch information
Showing
27 changed files
with
1,599 additions
and
1,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,22 +70,19 @@ jobs: | |
gitee-password: ${{ secrets.GITEE_PASSWORD }} | ||
gitee-repo: ccknbc/ccknbc | ||
|
||
- name: Sync RSS | ||
run: | | ||
curl 'https://kkapi.ccknbc.vercel.app/api/open/github/dispatch&owner=ccknbc-actions&repo=home&token=${{ secrets.GH_TOKEN }}&runit_text=RSS' | ||
curl -X POST -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master https://gitlab.com/api/v4/projects/22130436/trigger/pipeline | ||
# - name: Sync RSS | ||
# run: | | ||
# curl 'https://kkapi.ccknbc.vercel.app/api/open/github/dispatch&owner=ccknbc-actions&repo=home&token=${{ secrets.GH_TOKEN }}&runit_text=RSS' | ||
# curl -X POST -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master https://gitlab.com/api/v4/projects/22130436/trigger/pipeline | ||
|
||
- name: Delete Workflow Runs | ||
uses: Mattraks/delete-workflow-runs@main | ||
with: | ||
retain_days: 1 | ||
keep_minimum_runs: 1 | ||
|
||
- name: Telegram Notification | ||
if: cancelled() == false | ||
uses: xinthink/[email protected] | ||
with: | ||
botToken: ${{ secrets.TG_BOT_TOKEN }} | ||
chatId: ${{ secrets.TG_CHAT_ID }} | ||
jobStatus: ${{ job.status }} | ||
skipSuccess: false | ||
- name: Send message to Telegram | ||
uses: Lukasss93/telegram-action@v2 | ||
env: | ||
TELEGRAM_TOKEN: ${{ secrets.TG_BOT_TOKEN }} | ||
TELEGRAM_CHAT: ${{ secrets.TG_CHAT_ID }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,22 +79,19 @@ jobs: | |
gitee-password: ${{ secrets.GITEE_PASSWORD }} | ||
gitee-repo: ccknbc/ccknbc | ||
|
||
- name: Sync RSS | ||
run: | | ||
curl 'https://kkapi.ccknbc.vercel.app/api/open/github/dispatch&owner=ccknbc-actions&repo=home&token=${{ secrets.GH_TOKEN }}&text=RSS' | ||
curl -X POST -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master https://gitlab.com/api/v4/projects/22130436/trigger/pipeline | ||
# - name: Sync RSS | ||
# run: | | ||
# curl 'https://kkapi.ccknbc.vercel.app/api/open/github/dispatch&owner=ccknbc-actions&repo=home&token=${{ secrets.GH_TOKEN }}&text=RSS' | ||
# curl -X POST -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master https://gitlab.com/api/v4/projects/22130436/trigger/pipeline | ||
|
||
- name: Delete Workflow Runs | ||
uses: Mattraks/delete-workflow-runs@main | ||
with: | ||
retain_days: 1 | ||
keep_minimum_runs: 1 | ||
|
||
- name: Telegram Notification | ||
if: cancelled() == false | ||
uses: xinthink/[email protected] | ||
with: | ||
botToken: ${{ secrets.TG_BOT_TOKEN }} | ||
chatId: ${{ secrets.TG_CHAT_ID }} | ||
jobStatus: ${{ job.status }} | ||
skipSuccess: false | ||
- name: Send message to Telegram | ||
uses: Lukasss93/telegram-action@v2 | ||
env: | ||
TELEGRAM_TOKEN: ${{ secrets.TG_BOT_TOKEN }} | ||
TELEGRAM_CHAT: ${{ secrets.TG_CHAT_ID }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.