From 2f843465062171589728238c1d2404a7f11df823 Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 23 Nov 2022 08:23:21 -0800 Subject: [PATCH] Adding ref to validate binaries --- .github/workflows/validate-binaries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-binaries.yml b/.github/workflows/validate-binaries.yml index ed8dbe695..7f9d22eb2 100644 --- a/.github/workflows/validate-binaries.yml +++ b/.github/workflows/validate-binaries.yml @@ -63,9 +63,11 @@ jobs: uses: ./.github/workflows/validate-linux-binaries.yml with: channel: ${{ inputs.channel }} + ref: ${{ inputs.ref || github.ref }} mac: if: inputs.os == 'macos' || inputs.os == 'all' uses: ./.github/workflows/validate-macos-binaries.yml with: channel: ${{ inputs.channel }} + ref: ${{ inputs.ref || github.ref }}