mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Security ci (#8990)
* test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd * asd * asd --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
30a1153120
commit
4c82eae3e6
4
.github/actions/changes/action.yml
vendored
4
.github/actions/changes/action.yml
vendored
@ -52,10 +52,10 @@ runs:
|
||||
uses: gradio-app/github/actions/input-to-json@main
|
||||
with:
|
||||
path: output.json
|
||||
sha: ${{ github.event.pull_request?.head.sha || github.sha }}
|
||||
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'}}
|
||||
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user