From 553cce252b62549939080ae2cc93dedea73a62f8 Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Wed, 11 Oct 2023 08:28:44 +0400 Subject: [PATCH] 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55fae027..47be11dd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: -H "Authorization: Bearer ${{ secrets.CICD_PAT }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/hash-laboratories-au/xinfin-script/actions/workflows/test-ansible.yaml/dispatches \ - -d '{"ref":"test-ansible", "inputs":{"caller_repo": "${{ github.repository }}", "caller_ref": "${{ github.ref.name }}", "caller_sha": "${{ github.sha }}"}}' \ + -d '{"ref":"test-ansible", "inputs":{"caller_repo": "${{ github.repository }}", "caller_ref": "${{ github.ref_name }}", "caller_sha": "${{ github.sha }}"}}' \ )" >> $GITHUB_ENV - name: Check response fail or success