Skip to content

Commit

Permalink
Add all vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mircobordoni committed Jan 30, 2024
1 parent af1f11f commit 3b8e383
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
client-payload: |
{
"sha": "${{ github.sha }}",
"ref": "${{ github.ref }}"
"ref": "${{ github.ref }}",
"ref_name": "${{ github.ref_name }}",
"ref_type": "${{ github.ref_type }}",
"repository": "${{ github.repository }}"
}

0 comments on commit 3b8e383

Please sign in to comment.