From 8605ffc5515bb27969ef55dba9b9a53844312a9e Mon Sep 17 00:00:00 2001 From: Najib Ishaq Date: Wed, 22 May 2024 08:43:16 -0400 Subject: [PATCH] fix: using fromJson function to parse input values --- .github/workflows/tool-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tool-release.yml b/.github/workflows/tool-release.yml index 7923fa99..ee4b569c 100644 --- a/.github/workflows/tool-release.yml +++ b/.github/workflows/tool-release.yml @@ -26,7 +26,7 @@ jobs: name: Call workflow from image-tools uses: polusai/image-tools/.github/workflows/package-release.yml@master with: - num-commits: ${{ github.event.inputs.num-commits }} - ignore-missing-dev: ${{ github.event.inputs.ignore-missing-dev }} + num-commits: ${{ fromJson(github.event.inputs.num-commits) }} + ignore-missing-dev: ${{ fromJson(github.event.inputs.ignore-missing-dev) }} repo_name: "mm-tools" secrets: inherit