fix action (#4643)

* fix action

* changelog
This commit is contained in:
pngwn 2023-06-22 13:55:43 +01:00 committed by GitHub
parent 633e07150d
commit 12bc241ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,6 @@ jobs:
with:
message: |
All the demos for this PR have been deployed at ${{ env.SPACE_URL }}
comment_includes: All the demos for this PR have been deployed at
comment_tag: All the demos for this PR have been deployed at
GITHUB_TOKEN: ${{ secrets.COMMENT_TOKEN }}
pr_number: ${{ env.pr_number }}

View File

@ -22,6 +22,7 @@
- Add `.git-blame-ignore-revs` by [@akx](https://github.com/akx) in [PR 4586](https://github.com/gradio-app/gradio/pull/4586)
- Update frontend dependencies in [PR 4601](https://github.com/gradio-app/gradio/pull/4601)
- Use `typing.Literal` where possible in gradio library and client by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4608](https://github.com/gradio-app/gradio/pull/4608)
- Update depedencies by [@pngwn](https://github.com/pngwn) in [PR 4643](https://github.com/gradio-app/gradio/pull/4643)
## Breaking Changes: