Skip to content

Commit f07d0d8

Browse files
authored
Update ci_runner.yml
1 parent 6cf2e93 commit f07d0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if [ -z "${{ github.event.inputs.version }}" ]; then
2929
VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r '.offers[0].current')
3030
else
31-
VERSION = ${{ github.event.inputs.version }}
31+
VERSION = '${{ github.event.inputs.version }}'
3232
fi
3333
echo "VERSION=$VERSION" >> $GITHUB_ENV
3434
echo "Latest WordPress version: $VERSION"

0 commit comments

Comments
 (0)