From 24cc3d307ab794ec7282d1e4c5d9f860d2a70d2b Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 3 May 2024 21:54:30 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 9145745034..73a02a5905 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -9,13 +9,21 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Set up Git run: | git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Make .bundle files + run: | + cd Bundles + ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle + git add . + git commit -m "Added YouTimeStamp.bundle" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis