Skip to content

Commit

Permalink
fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
Celetor committed Sep 6, 2022
1 parent 0d079cd commit 84b128d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git pull
git pull
# sed -i "/Update Time/c\\+ Update Time: ${{ env.update_time }}" README.md
# sed -i "/${{ matrix.userName }}/s#Updated: [a-zA-Z0-9]*#Updated: ${{ env.commit }}#" README.md
echo "${{ env.commit }}" > ./log/${{ matrix.userName }}.txt
git add --all
git commit -m "${{ matrix.userName }}_${{ env.commit }}"
git push origin ${{ matrix.branchName }
git push origin ${{ matrix.branchName }}
- name: Upload App To Lanzou
if: ${{ env.commit && env.ylogin }}
Expand Down

0 comments on commit 84b128d

Please sign in to comment.