chore(ci): notify Discord after successful S3 deployment

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-09-22 11:34:22 -04:00
parent 2ab098962d
commit e9c922ff39
6 changed files with 30 additions and 35 deletions

View File

@@ -3,9 +3,6 @@ name: Notify
on:
workflow_call:
inputs:
build-changelog:
required: true
type: string
build-flavor:
required: true
type: string
@@ -57,7 +54,6 @@ jobs:
id: embed
uses: actions/github-script@v6
env:
BUILD_CHANGELOG: ${{ inputs.build-changelog }}
BUILD_FLAVOR: ${{ inputs.build-flavor }}
BUILD_TITLE: ${{ inputs.build-title }}
with: