[CHORE] Switch to direct link action
This commit is contained in:
parent
f8e57f9c42
commit
6bc986e927
1 changed files with 1 additions and 3 deletions
|
@ -19,8 +19,6 @@ runs:
|
|||
- name: Configure Envars
|
||||
shell: bash
|
||||
run: |
|
||||
echo "WHAT THE?"
|
||||
echo "${{ job.status }}"
|
||||
if [ ${{ inputs.channel }} == "deployments" ]; then
|
||||
echo DISCORD_WEBHOOK=${{ env.DISCORD_WEBHOOK_DEPLOYMENTS }} >> $GITHUB_ENV
|
||||
echo DISCORD_MESSAGE_TITLE=DEPLOY >> $GITHUB_ENV
|
||||
|
@ -48,7 +46,7 @@ runs:
|
|||
echo DISCORD_MESSAGE_REPOSITORY_URL=${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }} >> $GITHUB_ENV
|
||||
|
||||
- name: Configure Kubeconfig
|
||||
uses: tsickert/discord-webhook@v5.4.0
|
||||
uses: https://github.com/tsickert/discord-webhook@v5.4.0
|
||||
with:
|
||||
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
||||
embed-title: Action Details
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue