From 6eea1927636c3f112de63b24f24ec334e1c02a07 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 16 Oct 2021 19:43:16 +0200 Subject: [PATCH] Use fork since orig is broken --- .github/workflows/copy_change.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copy_change.yml b/.github/workflows/copy_change.yml index 0449e8b34..4840853cb 100644 --- a/.github/workflows/copy_change.yml +++ b/.github/workflows/copy_change.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Push I2CDevices.md to https://github.com/Tasmota/docs - uses: dmnemec/copy_file_to_another_repo_action@main + uses: Jason2866/copy_file_to_another_repo_action@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: @@ -27,7 +27,7 @@ jobs: user_name: 'github-actions' commit_message: 'I2CDevices.md changed' - name: Push Builds.md to https://github.com/Tasmota/docs - uses: dmnemec/copy_file_to_another_repo_action@main + uses: Jason2866/copy_file_to_another_repo_action@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: