Skip to content

Commit 6d43237

Browse files
wip (#496)
1 parent 4c06b15 commit 6d43237

File tree

1 file changed

+1
-1
lines changed
  • workflows/codefresh-csdp/versions/1.1.7/images/image-enricher-git-info/src

1 file changed

+1
-1
lines changed

workflows/codefresh-csdp/versions/1.1.7/images/image-enricher-git-info/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function main() {
2525
const branch = await provider.getBranch(inputs.repo, inputs.branch);
2626
if (branch) {
2727
// branch exists without PR, try to take git data from branch
28-
await codefreshApi.patchImageWithGitBranchData(inputs.imageDigest, inputs.imageName, branch)
28+
await codefreshApi.patchImageWithGitBranchData(inputs.imageName, branch)
2929
console.log(`image patched`);
3030
} else {
3131
console.warn(`branch "${inputs.branch}" not found, ensure that it is not deleted`)

0 commit comments

Comments
 (0)