Skip to content

Commit

Permalink
Update upload-docs-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria committed Aug 21, 2024
1 parent 3f29fc9 commit dd68f65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload-docs-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd68f65

Please sign in to comment.