mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Security ci (#8988)
* test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
d30432e9c6
commit
8dd0eb1462
1
.github/actions/changes/action.yml
vendored
1
.github/actions/changes/action.yml
vendored
@ -44,6 +44,7 @@ runs:
|
||||
filter: ${{ inputs.filter }}
|
||||
- name: get gradio version
|
||||
id: gradio_version
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user