Skip to content

Commit 526a0ce

Browse files
authored
Merge pull request #19 from devilbox/release-0.1.31
Bump deps
2 parents 4d846fa + 3f913c9 commit 526a0ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-multistage-configure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
uses: cytopia/[email protected].9
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
# ------------------------------------------------------------

0 commit comments

Comments
 (0)