Ed 02 06 2025 changelog test 8 (#1364)
* Update fire.yml * Update fire.yml * Update fire.yml * Create CP14_Changelog.yml * Update PULL_REQUEST_TEMPLATE.md * Update fire.yml * some edge
This commit is contained in:
9
.github/workflows/CP14Publish.yml
vendored
9
.github/workflows/CP14Publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish
|
||||
name: Edge Publish
|
||||
|
||||
concurrency:
|
||||
group: publish
|
||||
@@ -18,3 +18,10 @@ jobs:
|
||||
password: ${{ secrets.BUILD_PASS }}
|
||||
port: 22
|
||||
script: sh update.sh &> /dev/null
|
||||
|
||||
- name: Publish changelog (Discord)
|
||||
continue-on-error: true
|
||||
run: Tools/actions_changelogs_since_last_run.py
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}
|
||||
Reference in New Issue
Block a user