From 8949e20494846e28ab41f14b60182f448f738888 Mon Sep 17 00:00:00 2001 From: "tompage1994@hotmail.co.uk" Date: Tue, 15 Aug 2023 16:22:39 +0100 Subject: [PATCH] Fix missing value --- .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