Skip to content

Commit 0607367

Browse files
committed
test aur workflow
1 parent 48e229f commit 0607367

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/xivlauncher.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
if-no-files-found: error
5757
aur:
5858
needs: build
59-
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.inputs.aur == 'true' }}
6059
runs-on: ubuntu-latest
6160
steps:
6261
- name: Checkout repo
@@ -86,12 +85,7 @@ jobs:
8685
rsync -ahvP "$GITHUB_WORKSPACE"/.SRCINFO "$GITHUB_WORKSPACE"/aur/.SRCINFO
8786
- name: Push
8887
run: |
89-
cd "$GITHUB_WORKSPACE"/aur
90-
git config user.email "cent@spline.de"
91-
git config user.name "cent"
92-
git add --all
93-
git commit -m 'sync from github'
94-
git push -u origin master
88+
find "$GITHUB_WORKSPACE"/aur
9589
- name: Cleanup SSH
9690
if: always()
9791
run: rm -rf "$HOME"/.ssh

0 commit comments

Comments
 (0)