Skip to content

Commit 8a61b64

Browse files
committed
Update ci-main-pull-request.yml
1 parent 8fdbed1 commit 8a61b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
echo " Repository build profile $GA_BUILD_PROFILE [workflow param was: ${{ inputs.build-profile }}]"
444444
echo " Computed file name prefix $FILE_PREFIX"
445445
if [ ${{ inputs.version }} ]; then
446-
echo " Repository version ${{ inputs.version }} from parameter ${{ detect-version-source-parameter }} and type ${{ detect-version-source-type }}"
446+
echo " Repository version ${{ inputs.version }} from parameter ${{ inputs.detect-version-source-parameter }} and type ${{ inputs.detect-version-source-type }}"
447447
fi
448448
if [ ${{ inputs.go-private-modules }} ]; then
449449
echo " GOPRIVATE ${{ inputs.go-private-modules }}"

0 commit comments

Comments
 (0)