From af595b3f217d47cd0f188aafa16134a642b1a47d Mon Sep 17 00:00:00 2001 From: "Mehdi.Zare" Date: Mon, 28 Oct 2024 20:27:59 +0100 Subject: [PATCH] =?UTF-8?q?Foresp=C3=B8rsler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d5cbe76..8201427 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,15 +11,7 @@ jobs: permissions: packages: write steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - repository: navikt/hag-lps-api-client - token: ${{ secrets.GITHUB_TOKEN }} - - - name: List repository contents - run: ls -la - + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: java-version: 21