From 9cbc5e632add32d05ee4676bb22cdc689026fd5d Mon Sep 17 00:00:00 2001 From: Andreas <58698758+holzi1005@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:39:32 +0200 Subject: [PATCH 1/2] Update pipeline-release.yml --- .github/workflows/pipeline-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 201c491f..a924e691 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -10,7 +10,7 @@ on: jobs: artifact: - uses: h2-invent/open-datenschutzcenter/.github/workflows/task-artifact.yml + uses: h2-invent/open-datenschutzcenter/.github/workflows/task-artifact.yml@master create_release: needs: From 7f600a281af8747bf00092025bbdb61a7d70fcf5 Mon Sep 17 00:00:00 2001 From: Andreas <58698758+holzi1005@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:39:55 +0200 Subject: [PATCH 2/2] Update pipeline-development.yml --- .github/workflows/pipeline-development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-development.yml b/.github/workflows/pipeline-development.yml index 2ce3f7bf..d42eba6b 100644 --- a/.github/workflows/pipeline-development.yml +++ b/.github/workflows/pipeline-development.yml @@ -6,4 +6,4 @@ on: push jobs: artifact: - uses: h2-invent/open-datenschutzcenter/.github/workflows/task-artifact.yml + uses: h2-invent/open-datenschutzcenter/.github/workflows/task-artifact.yml@master