From 0733131a1a594e146c197eb4c382230a1ca57ea4 Mon Sep 17 00:00:00 2001 From: nkraetzschmar <9020053+nkraetzschmar@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:18:14 +0200 Subject: [PATCH] WIP --- .github/workflows/build_pkg.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_pkg.yml b/.github/workflows/build_pkg.yml index 0cb6f70..e4cd2ea 100644 --- a/.github/workflows/build_pkg.yml +++ b/.github/workflows/build_pkg.yml @@ -11,9 +11,6 @@ on: build_container: type: string default: ghcr.io/gardenlinux/package-build/amd64 -env: - action_repository: ${{ github.action_repository }} - action_ref: ${{ github.action_ref }} jobs: source: outputs: @@ -21,11 +18,9 @@ jobs: release: ${{ steps.release.outputs.release }} runs-on: ubuntu-latest steps: - - run: echo ${{ env.action_repository }} ${{ env.action_ref }} - uses: actions/checkout@v4 with: - repository: ${{ env.action_repository }} - ref: ${{ env.action_ref }} + repository: gardenlinux/package-build - run: mkdir input output - uses: actions/checkout@v4 with: