${{ steps.changes.outputs.commits }} commits were ${{ github.event_name }}ed by ${{ steps.changes.outputs.pushed_by }} # (Optional) Add an image to the embed
${{ steps.changes.outputs.commits }} commits were ${{ github.event_name }}ed by ${{ steps.changes.outputs.pushed_by }} # (Optional) Add an image to the embed
color:${{ job.status == 'success' && '0x00FF00' || '0xFF0000' }}# Conditional color (green for success, red for failure)
color:${{ job.status == 'success' && '0x00FF00' || '0xFF0000' }}# Conditional color (green for success, red for failure)
url:"https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}"# Link to workflow run