Skip to content

Commit

Permalink
chore: fix project name on notify discord job
Browse files Browse the repository at this point in the history
  • Loading branch information
izzuzantyaf committed Jan 2, 2025
1 parent 48f849f commit e7efc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 API**\nBranch: `${{ github.ref_name }}`\nJob: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
"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 }}"
}' ${{ secrets.DISCORD_WEBHOOK }}
# deploy-to-vercel:
# uses: ./.github/workflows/vercel-deploy.yml
Expand Down

0 comments on commit e7efc29

Please sign in to comment.