From ff5c47dd44254783d869c17b5bf69d0a453519cd Mon Sep 17 00:00:00 2001 From: pngwn Date: Mon, 5 Aug 2024 15:52:23 +0100 Subject: [PATCH] Security ci (#8993) * test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd * asd * asd * asd * asd * asd --------- Co-authored-by: gradio-pr-bot --- .github/actions/changes/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/changes/action.yml b/.github/actions/changes/action.yml index 1cdde64c15..0a7ff6cea0 100644 --- a/.github/actions/changes/action.yml +++ b/.github/actions/changes/action.yml @@ -47,7 +47,7 @@ runs: shell: bash run: | GRADIO_VERSION=$(curl -s https://pypi.org/pypi/gradio/json | grep -o '"version":"[^"]*"' | cut -d'"' -f4 | head -n 1) - echo $GRADIO_VERSION >> $GITHUB_OUTPUT + echo "gradio_version=$GRADIO_VERSION" >> $GITHUB_OUTPUT - name: convert to JSON uses: gradio-app/github/actions/input-to-json@main with: