From dd68f656716019e43fe0749a2e7afc76c678174a Mon Sep 17 00:00:00 2001 From: Olena Stepaniuk <92721590+OlenaPostindustria@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:12:12 +0300 Subject: [PATCH] Update upload-docs-ios.yml --- .github/workflows/upload-docs-ios.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload-docs-ios.yml b/.github/workflows/upload-docs-ios.yml index f5498580a..9e0e144d9 100644 --- a/.github/workflows/upload-docs-ios.yml +++ b/.github/workflows/upload-docs-ios.yml @@ -22,14 +22,13 @@ jobs: fetch-depth: 0 - name: Create local changes run: | - echo "This is a generated file." > generated_file.txt + echo "This is a generated file." > generated_file1.txt - name: Commit TXT file to docs branch run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git fetch || git checkout -b docs - git add generated_file.txt - git commit -m "Add generated TXT file" + git commit -a -m "Add generated TXT file" - name: Push changes uses: ad-m/github-push-action@master with: