This commit is contained in:
Fioren
2024-04-02 19:12:48 +07:00
committed by GitHub
parent 0fa10afde8
commit fa471fe6ce

View File

@@ -1,21 +0,0 @@
name: Fix Readme
on:
workflow_dispatch:
jobs:
Fix_Readme:
runs-on: ubuntu-latest
permissions: write-all
steps:
- 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:
add: 'README.md'
default_author: github_actor
message: 'Edit Readme'
push: true