From 5e997e119fab3a334b61f1adf27159fa0edf4202 Mon Sep 17 00:00:00 2001 From: Huseyin Gulec Date: Sun, 26 Nov 2023 22:38:06 +0100 Subject: [PATCH] fix typo --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4aca590..c4f4b12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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