Skip to content

Commit

Permalink
feat(jellyfish): more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanspears committed Nov 1, 2023
1 parent ea95959 commit 5e74350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jellyfish-deploy-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
"name": "${{ github.event.repository.name }} deployment of ${{ inputs.image_tag }} to ${{ inputs.environment }} complete",
"deployed_at": "${{ env.TIMESTAMP_NOW }}",
"repo_name": "${{ github.repository }}",
"commit_shas": ["${{ github.sha }}"]
"commit_shas": ["${{ github.sha }}"],
"source_url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"is_successful": true
}' \
https://webhooks.jellyfish.co/deployment

0 comments on commit 5e74350

Please sign in to comment.