From 6240910128ebf8fe2ca5f468d75f9316cce548e1 Mon Sep 17 00:00:00 2001 From: YannickEvers <112076936+YannickEvers@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:53:20 +0200 Subject: [PATCH] Test new Workflow --- .../image-and-helm-publish-check-deploy-on-push-scheduled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index 6ca7416c1..43555d839 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -133,7 +133,7 @@ jobs: - create_branch_identifier - release_helm - build_image_on_push - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@4 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@DBP-853-switch-for-dbseeding with: dbildungs_iam_server_branch: ${{ needs.branch_meta.outputs.ticket }} schulportal_client_branch: ${{ needs.branch_meta.outputs.ticket }} @@ -164,4 +164,4 @@ jobs: - create_branch_identifier_for_deletion runs-on: ubuntu-latest steps: - - run: echo "Deletion workflow of namespace" ${{ needs.create_branch_identifier_for_deletion.outputs.namespace_from_branch }} "done" \ No newline at end of file + - run: echo "Deletion workflow of namespace" ${{ needs.create_branch_identifier_for_deletion.outputs.namespace_from_branch }} "done"