mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
fix again (#7346)
This commit is contained in:
parent
62488923ac
commit
e3b302dc01
2
.github/actions/changes/action.yml
vendored
2
.github/actions/changes/action.yml
vendored
@ -61,7 +61,7 @@ runs:
|
||||
id: changes
|
||||
with:
|
||||
base: main
|
||||
ref: ${{ steps.pr.outputs.sha == github.sha && "main" || steps.pr.outputs.sha }}
|
||||
ref: ${{ steps.pr.outputs.sha == github.sha && 'main' || steps.pr.outputs.sha }}
|
||||
filters: |
|
||||
gradio:
|
||||
- 'client/python/**'
|
||||
|
Loading…
Reference in New Issue
Block a user