Skip to content

Commit

Permalink
fix again (#7346)
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Feb 7, 2024
1 parent 6248892 commit e3b302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/changes/action.yml
Expand Up @@ -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/**'
Expand Down

0 comments on commit e3b302d

Please sign in to comment.