mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-29 13:00:22 +02:00
Use the proper action for checking out
Former-commit-id: f55521bb34bd1f21c8db7d544651b3ae9c33699e
This commit is contained in:
parent
1527ac0105
commit
ed5930831b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -8,8 +8,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
java-version: "17"
|
java-version: "17"
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
|
|
||||||
./build-module.sh
|
./build-module.sh
|
||||||
- id: get_output_name
|
- id: get_output_name
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user