From 4d504e1fb0a36bca2be4ff61a5262c68a43fe4db Mon Sep 17 00:00:00 2001 From: Mikolaj Gasior <30832333+mikogs@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:54:05 +0200 Subject: [PATCH] Remove unnecessary old input params when triggering the-button workflow (#685) --- .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