Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenglsf authored Sep 23, 2024
1 parent 926e756 commit 4a9842e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
# $v= $j|jq -c .
# echo "phpversion latest version:$tag,type:$type,tt:$tt,json:$tt|jq -s -c"
# 将版本转换为 JSON 数组格式
$versionArray = $versions -join '","'
$versionArray = '["' + $versionArray + '"]'
echo "version is $versionArray"
echo "::set-output name=matrix-version::$versionArray"
#$versionArray = $versions -join '","'
#$versionArray = '["' + $versionArray + '"]'
echo "version is $versions"
echo "::set-output name=matrix-version::$versions"
echo "::set-output name=Pg::master"
echo "memcached latest version:$tag"
echo "Pg=$tag" >> $env:GITHUB_ENV
Expand Down

0 comments on commit 4a9842e

Please sign in to comment.