Skip to content

Commit

Permalink
Change update webhook [skip ci] (#873)
Browse files Browse the repository at this point in the history
* Change update webhook [skip ci]
  • Loading branch information
fearnlj01 authored Apr 18, 2024
1 parent b7d47ac commit c928887
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Binary file added .github/images/webui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions .github/workflows/Release-Dev-Auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,23 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get current datetime
id: date
run: echo "date=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT

- name: Notify discord
uses: Ilshidur/action-discord@08d9328877d6954120eef2b07abbc79249bb6210
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: tsickert/[email protected]
with:
args: |
# 🌐 Web UI: New Dev Build!
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
embed-color: 7641851
embed-timestamp: ${{ steps.date.outputs.date }}
embed-author-name: Web UI | New Daily Build
embed-author-icon-url: https://raw.githubusercontent.com/${{ github.repository }}/master/.github/images/webui.png
embed-author-url: https://github.com/${{ github.repository }}
embed-description: |
**Version**: `${{ steps.semver.outputs.version_tag }}`
Update from the Web UI or click [here](<https://github.com/${{ github.repository }}/releases/tag/v${{ steps.semver.outputs.version_tag }}>) to download!
Update from the Web UI or click [here](https://github.com/${{ github.repository }}/releases/tag/v${{ steps.semver.outputs.version_tag }}) to download!
**Changes since last build**:
${{ env.CHANGELOG }}
${{ env.CHANGELOG }}

0 comments on commit c928887

Please sign in to comment.