mirror of https://github.com/knative/caching.git
Update actions (#554)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
794abb80ff
commit
079b595b82
|
@ -105,7 +105,7 @@ jobs:
|
||||||
if: steps.exists.outputs.release-branch == 'false' && env.current == 'true'
|
if: steps.exists.outputs.release-branch == 'false' && env.current == 'true'
|
||||||
run: |
|
run: |
|
||||||
# if update deps returns un-successful, then mark current to false.
|
# if update deps returns un-successful, then mark current to false.
|
||||||
if ! ./hack/update-deps.sh --release ${MODULE_RELEASE} --upgrade; then
|
if ! ./hack/update-deps.sh --release ${RELEASE} --module-release ${MODULE_RELEASE} --upgrade; then
|
||||||
echo "VERIFY_MESSAGE=Unable to update deps for ${{ github.repository }}." >> $GITHUB_ENV
|
echo "VERIFY_MESSAGE=Unable to update deps for ${{ github.repository }}." >> $GITHUB_ENV
|
||||||
echo 'current=false' >> $GITHUB_ENV
|
echo 'current=false' >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue