Skip to content

Commit

Permalink
Merge pull request #15 from geoblocks/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): add quotes
  • Loading branch information
tyrossel authored Oct 24, 2024
2 parents 1d05738 + 9cc78d3 commit bb89864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
workflow_id: 'update-ngv-image.yaml',
ref: 'main',
inputs: {
img_sha: ${{ needs.build_and_publish.outputs.img_sha }}
img_sha: '${{ needs.build_and_publish.outputs.img_sha }}'
}
});

0 comments on commit bb89864

Please sign in to comment.