Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored May 24, 2024
1 parent b0aec16 commit 2f523da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Set up Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/Reborn/layout/Library/Application\ Support/YouTubeReborn.bundle YouTubeReborn.bundle
git add .
git commit -m "Added YouTube Reborn bundle."
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
Expand Down

0 comments on commit 2f523da

Please sign in to comment.