Skip to content

Commit

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

0 comments on commit 0cccb30

Please sign in to comment.