mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Rename publish_build_twlbot to publish_build
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
name: build
|
||||
|
||||
# Only run this for non-PR jobs.
|
||||
publish_build_twlbot:
|
||||
publish_build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish build to Universal-Team/extras
|
||||
if: ${{ success() && !startsWith(github.ref, 'refs/pull') }}
|
||||
@@ -139,11 +139,11 @@ jobs:
|
||||
|
||||
send_webhook:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [publish_build_twlbot, build]
|
||||
needs: [publish_build, build]
|
||||
name: Send Discord webhook
|
||||
if: ${{ !startsWith(github.ref, 'refs/pull') }}
|
||||
env:
|
||||
CURRENT_DATE: ${{ needs.publish_build_twlbot.outputs.current_date }}
|
||||
CURRENT_DATE: ${{ needs.publish_build.outputs.current_date }}
|
||||
AUTHOR_NAME: ${{ needs.build.outputs.author_name }}
|
||||
COMMITTER_NAME: ${{ needs.build.outputs.committer_name }}
|
||||
COMMIT_SUBJECT: ${{ needs.build.outputs.commit_subject }}
|
||||
|
||||
Reference in New Issue
Block a user