mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Improve workflow
This commit is contained in:
4
.github/workflows/Fix-Readme.yml
vendored
4
.github/workflows/Fix-Readme.yml
vendored
@@ -6,12 +6,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Edit Readme
|
||||
run: |
|
||||
curl -o README.md https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
|
||||
sed -i "s#FiorenMas/Revanced-And-Revanced-Extended-Non-Root#${{ github.repository }}#g" README.md
|
||||
|
||||
- name: Commit Readme
|
||||
uses: EndBug/add-and-commit@v9.1.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user