forked from Fijxu/anubis-patches
update action
This commit is contained in:
parent
e0eda87334
commit
45761af6b6
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue