From fd84a7bf25c0fb104bc9a454e018e9e0b13193df Mon Sep 17 00:00:00 2001 From: Artom Lifshitz Date: Sat, 10 Feb 2024 20:28:29 -0500 Subject: [PATCH] Fix refpsec typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd8d528d..b0773757 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: deploy-localdev: uses: LibriVox/librivox-ansible/.github/workflows/localdev.yaml@master with: - catalog_git_refpsec: ${{ github.ref }} + catalog_git_refspec: ${{ github.ref }} catalog_git_version: ${{ github.sha }} playbooks_repo: LibriVox/librivox-ansible playbooks_repo_ref: master