We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc48f7e commit 2503b86Copy full SHA for 2503b86
.github/workflows/auth-react-test-3.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Get core version from latest Python CDI version
101
id: core-version
102
run: |
103
- lastPythonCdiVersion=$(echo '${{ steps.cdi-versions.outputs.cdiVersions }}' | jq -r '.[-1]') | sed -e 's/"/\\"/g'
+ lastPythonCdiVersion=$(echo '${{ steps.cdi-versions.outputs.cdiVersions }}' | jq -r '.[-1]' | sed -e 's/"/\\"/g')
104
coreVersion=$(echo '${{ steps.core-versions.outputs.cdiVersions }}' | jq -r ".[$lastPythonCdiVersion]")
105
106
echo "coreVersion=${coreVersion}" >> $GITHUB_OUTPUT
0 commit comments