From 89325f8295604f41d8c66325f8a17e249778cf45 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Tue, 15 Aug 2023 16:31:31 +0100 Subject: [PATCH] Fix missing value (#674) --- .github/workflows/ci_standalone_versioned.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_standalone_versioned.yml b/.github/workflows/ci_standalone_versioned.yml index f79520644..30551587a 100644 --- a/.github/workflows/ci_standalone_versioned.yml +++ b/.github/workflows/ci_standalone_versioned.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: ${{ gh_ref }} + ref: ${{ inputs.gh_ref }} - name: Checkout AWX uses: actions/checkout@v2