From e5efd0baccd6ff7a0024bfe22b8ae1a897fe144f Mon Sep 17 00:00:00 2001 From: knative-automation Date: Fri, 29 Oct 2021 00:33:52 -0700 Subject: [PATCH] Update actions (#1493) Signed-off-by: Knative Automation --- .github/workflows/knative-releasability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knative-releasability.yaml b/.github/workflows/knative-releasability.yaml index 6b6878f92..00e38a127 100644 --- a/.github/workflows/knative-releasability.yaml +++ b/.github/workflows/knative-releasability.yaml @@ -105,7 +105,7 @@ jobs: if: steps.exists.outputs.release-branch == 'false' && env.current == 'true' run: | # 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 'current=false' >> $GITHUB_ENV fi