Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyingulec committed Nov 26, 2023
1 parent f8f56d3 commit 5e997e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: node bot.js
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Pass the GitHub token to your script
IGNORE_FILES: 'readme.md', 'license.md' # Files to ignore when translating
IGNORE_FILES: # List of files to ignore
- 'readme.md'
- 'license.md'
OWNER: 'filgoBot' # Owner of the translated repository
REPO: 'bot-test' # Name of the translated repository
BRANCH: 'main' # Name of the branch to compare with
Expand Down

0 comments on commit 5e997e1

Please sign in to comment.