Fixed nightly workflow

This commit is contained in:
Spacehuhn 2021-01-11 20:59:59 +01:00
parent 0d9f4388fb
commit 1e93e65355
1 changed files with 3 additions and 2 deletions

View File

@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build message title
run: echo ::set-env name=TITLE::Deauther V2.5 $(echo ${{ github.sha }} | cut -c -7)
id: notif
run: echo ::set-output name=TITLE::Deauther V2 $(echo ${{ github.sha }} | cut -c -7)
- name: Send message
run: |
curl -X POST https://api.github.com/repos/spacehuhntech/nightly-deauther/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "${{ env.TITLE }}", "client_payload": {}}'
--data '{"event_type": "${{ steps.notif.outputs.TITLE }}", "client_payload": {}}'