Skip to content

Commit afe4686

Browse files
committed
fix: Correct typo in error message for repo name determination in docker-build-push-jfrog.yaml
- Fixed a minor typo in the error message that prompts users to set either `group_name` or `repo_name` when the repository name cannot be determined. This improves clarity and user experience in the workflow.
1 parent 0d848f7 commit afe4686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-jfrog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
elif [[ -n "${{ inputs.group_name }}" ]]; then
9494
echo "REPO_NAME=${{ inputs.group_name }}-oci-local-dev" >> $GITHUB_ENV
9595
else
96-
echo "Unable to determine the repo name. Please set either group_name or the repo_name.
96+
echo "Unable to determine the repo name. Please set either group_name or the repo_name."
9797
exit 1
9898
fi
9999

0 commit comments

Comments
 (0)