From d48d07c4315fb81a96d9abb70f264d831edeb533 Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli Date: Thu, 14 Nov 2024 17:53:57 +0100 Subject: [PATCH] fix: ${{ inputs.sha }} --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2398721e5..c5eee0986 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -437,7 +437,7 @@ jobs: -H "Authorization: token ${{ secrets.ACTIONS_PUBLISH_PAT }}" \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{ github.repository }}/actions/workflows/publish.yml/dispatches \ - -d '{"ref": "${{ github.ref_name }}", "inputs": {"sha": "${{ github.sha }}", "tag": "${{ inputs.tag }}"}}' + -d '{"ref": "${{ github.ref_name }}", "inputs": {"sha": "${{ inputs.sha }}", "tag": "${{ inputs.tag }}"}}' # deploy-staging-preprod: # if: ${{ github.event.inputs.no-deploy != 'true' }}