Skip to content

Commit

Permalink
fixed broken github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vttc08 committed Jan 28, 2024
1 parent 085b47f commit e6ef5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Auto Translate
uses: Lin-jun-xiang/action-translate-readme@v2 # Based on the tag
with:
token: ${{ secrets.Action_Bot }} # Based on step2 name
token: ${{ secrets.ACTION_BOT }} # Replace YOUR_SECRET_NAME with the actual name of the secret
g4f_provider: g4f.Provider.DeepAi # You can change this provider
langs: "en,zh-TW,zh-CN,French" # You can define any langs
langs: "zh-TW,zh-CN,French" # You can define any langs
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,3 @@ Here is an example that violates the color scheme and the topic of the sermon. T
![](assets/2024-01-21-00-45-34.png)

In this template, I have added a cutout image of the speaker. This is done using the built-in Canva background remover. To use the background remover, click on the image > Edit Photo > BG Remover. Canva will automatically process the image. To can choose an image by going through the sermon recording and screenshot a good image. Refer to [Appendix 1.1 - Taking a Screenshot](#appendix-11---taking-a-screenshot) for instructions on how to take a screenshot.




0 comments on commit e6ef5a4

Please sign in to comment.