Skip to content

Commit

Permalink
Pass a named environment, instead of a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eves committed Oct 19, 2024
1 parent d313b3f commit c013b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
event-type: sldr-deployed
client-payload: >-
{
"release": ${{ github.ref_name == 'release' }},
"environment": [ ${{ github.ref_name == 'release' && 'production' || 'staging' }} ],
"run_id": ${{ github.run_id }}
}

0 comments on commit c013b6b

Please sign in to comment.