From 30a1153120221b470c835c860818b14e78dee41e Mon Sep 17 00:00:00 2001 From: pngwn Date: Mon, 5 Aug 2024 15:33:03 +0100 Subject: [PATCH] Security ci (#8989) * test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd * asd --------- Co-authored-by: gradio-pr-bot --- .github/actions/changes/action.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/changes/action.yml b/.github/actions/changes/action.yml index 361cc21778..f57d46bf0b 100644 --- a/.github/actions/changes/action.yml +++ b/.github/actions/changes/action.yml @@ -50,16 +50,16 @@ runs: echo $GRADIO_VERSION >> $GITHUB_OUTPUT - name: convert to JSON uses: gradio-app/github/actions/input-to-json@main - with: - path: output.json - sha: ${{ github.event.pull_request?.head.sha || github.sha }} - source_repo: ${{ github.event.pull_request.head.repo.full_name || github.repository }} - 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: ${{ github.event.pull_request.labels }} - run_id: ${{ github.run_id }} - gradio_version: ${{ steps.gradio_version.outputs.gradio_version }} + with: + path: output.json + sha: ${{ github.event.pull_request?.head.sha || github.sha }} + source_repo: ${{ github.event.pull_request.head.repo.full_name || github.repository }} + 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: ${{ github.event.pull_request.labels }} + run_id: ${{ github.run_id }} + gradio_version: ${{ steps.gradio_version.outputs.gradio_version }} - name: cat json #remove run: cat output.json shell: bash