Skip to content

Commit

Permalink
Missing comma in deployments.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Aug 17, 2023
1 parent d47440e commit fc56d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
workflow_id: 'deployments.yml',
ref: '${{ needs.metadata.outputs.pull_request_commit }}',
inputs: {
platforms: 'linux/arm64,linux/amd64'
platforms: 'linux/arm64,linux/amd64',
cache_base: '${{ needs.metadata.outputs.cache_base }}',
},
})
Expand Down

0 comments on commit fc56d93

Please sign in to comment.