Skip to content

Commit

Permalink
Update build.md with new integrations and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 6, 2024
1 parent c804afa commit ae86c24
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/matrix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,18 @@ jobs:

- name: Prepare build.md
run: |
if git checkout origin/update build.md; then
cp extras.sh /tmp/extras.sh
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git fetch
git checkout update
filename="build.md"
./extras.sh "revanced/revanced-integrations" "revanced/revanced-patches" "revanced/revanced-cli" > $filename
/tmp/extras.sh "revanced/revanced-integrations" "revanced/revanced-patches" "revanced/revanced-cli" > $filename
echo -e "\n\n" >> $filename
./extras.sh "YT-Advanced/ReX-integrations" "YT-Advanced/ReX-patches" "revanced/revanced-cli" >> $filename
fi
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: update
skip_checkout: true
file_pattern: build.md
commit_message: Bump version ${{ needs.generate-release.outputs.version }}
/tmp/extras.sh "YT-Advanced/ReX-integrations" "YT-Advanced/ReX-patches" "revanced/revanced-cli" >> $filename
git add $filename
git commit -m "Bump version ${{ needs.generate-release.outputs.version }}"
git push
release:
needs: [generate-release, run]
Expand Down

0 comments on commit ae86c24

Please sign in to comment.