1
0
Fork 0

update action

This commit is contained in:
Fijxu 2025-03-30 01:06:54 -03:00
parent e0eda87334
commit 45761af6b6
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -32,7 +32,7 @@ jobs:
cd ./anubis cd ./anubis
git config --global user.email "you@example.com" git config --global user.email "you@example.com"
git config --global user.name "Your Name" git config --global user.name "Your Name"
git am ../patches/*.patch git am ../patches/*.patch || exit 1
- name: Install required package - name: Install required package
run: | run: |