From cf2200800127c1014e6b0f257457ef25367aada3 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 4 Jan 2024 19:33:10 +0100 Subject: [PATCH 1/2] Adding workflow_dispatch --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92476af..bc28878 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,7 @@ name: Test Action on: + workflow_dispatch: push: branches: - master From 73d74999983f8e055f7f8592f3faaa805f33004c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 4 Jan 2024 19:36:01 +0100 Subject: [PATCH 2/2] Adding installation of skopeo --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc28878..e730808 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,9 @@ jobs: uses: actions/checkout@v4 - name: Clone repo run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} + - name: Prepare environment for action-debian-package + run: | + which skopeo || (apt update; apt -y install skopeo) - name: Test run uses: ./ with: