Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
o0HalfLife0o committed Sep 24, 2022
1 parent d6d69c4 commit 5c9c9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,12 @@ jobs:
if: ${{ env.commit }}
run: |
rm -rf TVBoxOSC
sed -i "/${{ matrix.userName }}\/${{ matrix.repoName }}/s#Updated: [a-zA-Z0-9]*#Updated: ${{ env.commit }}#" README.md
sed -i '/url =/d' ./.git/config
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git remote set-url --add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git pull --rebase
sed -i "/${{ matrix.userName }}\/${{ matrix.repoName }}/s#Updated: [a-zA-Z0-9]*#Updated: ${{ env.commit }}#" README.md
git add --all
git commit -m "${{ env.commit }}"
git push -u -f origin master
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
## Credits
This repo relies on the following third-party projects:
- [CatVodTVOfficial/TVBoxOSC](https://github.com/CatVodTVOfficial/TVBoxOSC)
- [q215613905/TVBoxOS](https://github.com/q215613905/TVBoxOS) (Updated: 1593fb8949a575a6261c67e1a7ed570822f8d013)
- [takagen99/Box](https://github.com/takagen99/Box) (Updated: 503d83d16f92bab89460370613613baceb28bebe)
- [q215613905/TVBoxOS](https://github.com/q215613905/TVBoxOS) (Updated: 43bedf50e6cafb1576dc7f4db954e14ebddb0095)
- [takagen99/Box](https://github.com/takagen99/Box) (Updated: cad196d44afcc71f08060440a1ed2ef3de329758)

0 comments on commit 5c9c9c6

Please sign in to comment.