Skip to content

Commit

Permalink
check variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen committed Feb 13, 2024
1 parent e7eb786 commit b55c49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
#echo "read-data-version:$(cat pom.xml | grep -m1 "version" | sed 's/<.*>\(.*\)<.*>/\1/' | sed 's/^[ ]*//g')"
#echo "input-version: ${{ inputs.build_version }}"
echo "input-version: $manual_build_version"
echo "GITHUB_ENV_TMP_Version: ${{ env.tmp_version }}"
echo "GITHUB_ENV_TMP_Version: ${{env.tmp_version}}"
- name: convert string to lowercase
id: string
Expand Down

0 comments on commit b55c49a

Please sign in to comment.