We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f5ba8 commit d93e747Copy full SHA for d93e747
.github/workflows/container-build.yml
@@ -24,7 +24,8 @@ jobs:
24
fetch-depth: 0
25
- name: Derive LOGPREP_VERSION from inputs.build-version
26
run: |
27
- LOGPREP_VERSION=${{ inputs.build-version }} || python -m setuptools_scm
+ LOGPREP_VERSION=${{ inputs.build-version || $(python -m setuptools_scm) }}
28
+ echo ${LOGPREP_VERSION}
29
echo "LOGPREP_VERSION=${LOGPREP_VERSION}" >> $GITHUB_ENV
30
- name: Set up SSH
31
uses: MrSquaare/ssh-setup-action@v3
0 commit comments