This commit is contained in:
pngwn 2024-02-07 15:41:20 +00:00 committed by GitHub
parent 62488923ac
commit e3b302dc01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/**'