From ed5930831b306ab8c6fb4cad19771736e675f8f3 Mon Sep 17 00:00:00 2001 From: theoware <59124958+theoware@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:17:20 +0000 Subject: [PATCH] Use the proper action for checking out Former-commit-id: f55521bb34bd1f21c8db7d544651b3ae9c33699e --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 645d564..a71172f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,9 @@ jobs: with: distribution: "zulu" java-version: "17" + - name: Checkout + uses: actions/checkout@v3 - run: | - git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" . ./build-module.sh - id: get_output_name run: |