File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154
155155 - name : " [Set-Output] has_refs and matrix (ref-matrix) (branches and latest tags)"
156156 id : set-refs
157- 157+ uses :
cytopia/[email protected] .10 158158 with :
159159 repository_default_branch : ${{ steps.eval-refs.outputs.default_branch }}
160160 branches : ${{ steps.eval-refs.outputs.branches }}
@@ -198,7 +198,7 @@ jobs:
198198 )"
199199 echo "::set-output name=matrix_build::${MATRIX_BUILD}"
200200 echo "::set-output name=matrix_deploy::${MATRIX_DEPLOY}"
201- echo "::set-output name=has_refs::1 "
201+ echo "::set-output name=has_refs::true "
202202 else
203203 MATRIX_BUILD="$( \
204204 jq -M -c \
@@ -210,7 +210,7 @@ jobs:
210210 )"
211211 echo "::set-output name=matrix_build::${MATRIX_BUILD}"
212212 echo "::set-output name=matrix_deploy::${MATRIX_DEPLOY}"
213- echo "::set-output name=has_refs::0 "
213+ echo "::set-output name=has_refs::false "
214214 fi
215215
216216 # ------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments