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 f07d0d8 commit 6a0c447Copy full SHA for 6a0c447
.github/workflows/ci_runner.yml
@@ -28,7 +28,7 @@ jobs:
28
if [ -z "${{ github.event.inputs.version }}" ]; then
29
VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r '.offers[0].current')
30
else
31
- VERSION = '${{ github.event.inputs.version }}'
+ VERSION='${{ github.event.inputs.version }}'
32
fi
33
echo "VERSION=$VERSION" >> $GITHUB_ENV
34
echo "Latest WordPress version: $VERSION"
0 commit comments