From ed2fa6f7d0bfa4f90c0f80805f8124c044f40311 Mon Sep 17 00:00:00 2001 From: pngwn Date: Mon, 5 Aug 2024 16:05:17 +0100 Subject: [PATCH] Security ci (#8995) * test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd * asd * 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 6e72f60cda..d0706c99c8 100644 --- a/.github/actions/changes/action.yml +++ b/.github/actions/changes/action.yml @@ -57,7 +57,7 @@ runs: source_branch: ${{ github.event.pull_request.head.ref || github.ref }} pr_number: ${{ github.event.pull_request.number || 'false'}} should_run: ${{ steps.changes.outputs.should_run }} - labels: "[${{ join(github.event.pull_request.labels.*.name, ', ') }]" + labels: "[${{ join(github.event.pull_request.labels.*.name, ', ') }}]" run_id: ${{ github.run_id }} gradio_version: ${{ steps.gradio_version.outputs.gradio_version }} - name: cat json