From 45a22416e49d9eae7a9deb0f0d89249a5ea4538a Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 28 Oct 2024 11:56:08 +0100 Subject: [PATCH] Update ENVs list in Blockscout docs when new release is published Fixes #2324 --- .github/workflows/sync-envs-docs.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-envs-docs.yaml b/.github/workflows/sync-envs-docs.yaml index 9c3c68a046..266fb6dcbf 100644 --- a/.github/workflows/sync-envs-docs.yaml +++ b/.github/workflows/sync-envs-docs.yaml @@ -13,8 +13,9 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }} with: - source-files: 'docs/ENVS.md docs/DEPRECATED_ENVS.md' - destination-username: 'blockscout-bot' - destination-repository: 'blockscout/docs' - destination-directory: 'docs/setup/env-variables/frontend-common-envs' + source-files: './docs/ENVS.md ./docs/DEPRECATED_ENVS.md' + destination-username: 'blockscout' + destination-repository: 'docs' + destination-directory: 'setup/env-variables/frontend-common-envs' + commit-username: 'blockscout-bot' commit-email: 'tom@blockscout.com'