From f54a53a8cdbec96448f654503ad48ba8280eceb2 Mon Sep 17 00:00:00 2001 From: Mikolaj Gasior Date: Wed, 26 Oct 2022 10:56:31 +0200 Subject: [PATCH] Remove unnecessary old input params when triggering the-button workflow --- .github/workflows/deploy-the-button.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-the-button.yaml b/.github/workflows/deploy-the-button.yaml index 0d0d3179d3..2fe39096fb 100644 --- a/.github/workflows/deploy-the-button.yaml +++ b/.github/workflows/deploy-the-button.yaml @@ -184,7 +184,7 @@ jobs: curl -X POST 'https://api.github.com/repos/Cardinal-Cryptography/the-button/actions/workflows/main.yaml/dispatches' \ -H "Accept: application/vnd.github+json" \ -H 'Authorization: Bearer ${{ secrets.CI_GH_TOKEN }}' \ - -d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true", "buildFEBenjaminImage": "true", "deployFEBenjaminImage": "true" }}' + -d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true" }}' - name: Add label to mark that contracts have been deployed uses: actions-ecosystem/action-add-labels@v1.1.0