Skip to content

Commit fc62de0

Browse files
committed
fix: Missing quotes
1 parent a8f8b12 commit fc62de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/update-gitops/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137
git diff "HEAD~1" "HEAD" -- >> $GITHUB_STEP_SUMMARY
138138
echo '```' >> $GITHUB_STEP_SUMMARY
139139
else
140-
echo "GitOps branch \`${GITOPS_BRANCH}\` is already up to date
140+
echo "GitOps branch \`${GITOPS_BRANCH}\` is already up to date" >> $GITHUB_STEP_SUMMARY
141141
echo "- Commit SHA: \`${COMMIT_SHA}\`" >> $GITHUB_STEP_SUMMARY
142142
echo "- Docker tag: \`${DOCKER_TAG_PREFIX}${COMMIT_SHA}\`" >> $GITHUB_STEP_SUMMARY
143143
fi

0 commit comments

Comments
 (0)