From 60e223bb936790356047c0dd8823dac7a9805e07 Mon Sep 17 00:00:00 2001 From: Haroon Chughtai Date: Thu, 19 Oct 2023 15:00:29 +0100 Subject: [PATCH] =?UTF-8?q?inputs=20now=20need=20to=20be=20seperated=20wit?= =?UTF-8?q?h=C2=A0`-`=C2=A0instead=20of=C2=A0`=5F`=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following changes in [UCL-MIRSG/.github#40](https://github.com/UCL-MIRSG/.github/pull/40) inputs now need to be seperated with `-` instead of `_` --- .github/workflows/add_issue_to_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_issue_to_project.yml b/.github/workflows/add_issue_to_project.yml index 6d31a66..cb9d035 100644 --- a/.github/workflows/add_issue_to_project.yml +++ b/.github/workflows/add_issue_to_project.yml @@ -11,5 +11,5 @@ jobs: steps: - uses: UCL-MIRSG/.github/actions/add-to-project@v0.11.0 with: - app_id: ${{ secrets.APP_ID }} - app_pem: ${{ secrets.APP_PEM }} + app-id: ${{ secrets.APP_ID }} + app-pem: ${{ secrets.APP_PEM }}