mirror of
https://github.com/diced/zipline.git
synced 2026-01-17 15:23:17 -08:00
Update main.yml
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -6,10 +6,9 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: send custom message with args
|
||||
uses: appleboy/discord-action@master
|
||||
- name: Discord notification
|
||||
env:
|
||||
DISCORD_WEBHOOK: https://canary.discordapp.com/api/webhooks/${{ secrets.WEBHOOK_ID }}/${{ secrets.WEBHOOK_token }}
|
||||
uses: Ilshidur/action-discord@master
|
||||
with:
|
||||
webhook_id: ${{ secrets.WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.WEBHOOK_TOKEN }}
|
||||
args: The ${{ github.event_name }} event triggered first step.
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'
|
||||
|
||||
Reference in New Issue
Block a user