Use the proper action for checking out

Former-commit-id: f55521bb34bd1f21c8db7d544651b3ae9c33699e
This commit is contained in:
theoware 2022-07-06 12:17:20 +00:00 committed by GitHub
parent 1527ac0105
commit ed5930831b

View File

@ -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: |