Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mircobordoni committed Jan 30, 2024
1 parent 0cccb30 commit cba5c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
event-type: update-ref
client-payload: |
{
"sha": "${{ github.sha }}"
"sha": "${{ github.sha }}",
"ref": "${{ github.ref }}",
}

0 comments on commit cba5c74

Please sign in to comment.