Skip to content

Commit eec0d30

Browse files
committed
[fix] typo
1 parent c039467 commit eec0d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
if(opt.dot?.readme?.comparison){
179179
core.exportVariable('WORKFLOW_CREATE_COMPARISON', true);
180180
core.exportVariable('WORKFLOW_CREATE_COMPARISON_FOREIGN_IMAGE', opt.dot.readme.comparison.image);
181-
core.exportVariable('WORKFLOW_CREATE_COMPARISON_IMAGE', `${docker.image.name}:${docker.app.version}`;
181+
core.exportVariable('WORKFLOW_CREATE_COMPARISON_IMAGE', `${docker.image.name}:${docker.app.version}`);
182182
}
183183
184184

0 commit comments

Comments
 (0)