Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 8, 2023
1 parent 933c535 commit 5618022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
workflow_id: 'update-layer-versions.yml',
ref: 'v2',
inputs: {
'release_url': '${{ github.event.release.url }}'
'release_html_url': '${{ github.event.release.html_url }}'
'release_name': '${{ github.event.release.name }}'
release_url: '${{ github.event.release.url }}',
release_html_url: '${{ github.event.release.html_url }}',
release_name: '${{ github.event.release.name }}'
}
})
Expand Down

0 comments on commit 5618022

Please sign in to comment.