diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 0c99a11..dff8b33 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -29,7 +29,7 @@ jobs: run: | curl -X POST -H "Content-Type: application/json" \ -d '{ - "content": "**## [DEPLOYMENT ${{ job.status == 'success' && 'SUCCESS' || 'FAILED' }}]**\n\nProject: **Fisdasweb Admin**\nBranch: `${{ github.ref_name }}`\nJob: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" + "content": "**## [DEPLOYMENT ${{ job.status == 'success' && 'SUCCESS' || 'FAILED' }}]**Project: **Fisdasweb Admin**\nBranch: `${{ github.ref_name }}`\nJob: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" }' ${{ secrets.DISCORD_WEBHOOK }} # deploy-to-vercel: # uses: ./.github/workflows/vercel-deploy.yml