From 39838b2dff22d7454b0c9608b4b28ff9fc252fa2 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Wed, 15 May 2024 17:51:13 +0200 Subject: [PATCH] Debugging artifact url --- .github/workflows/create-cms-pr.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/create-cms-pr.yml b/.github/workflows/create-cms-pr.yml index 7a88ac61cf..5bfbb9cb21 100644 --- a/.github/workflows/create-cms-pr.yml +++ b/.github/workflows/create-cms-pr.yml @@ -1,18 +1,16 @@ name: Create CMS PR -# on: -# workflow_run: -# workflows: ["Create release on branch changes"] -# types: -# - completed on: - push: - branches: - - miktest-1723 + workflow_run: + workflows: ["Create release on branch changes"] + types: + - completed jobs: invoke-external-pr-workflow: runs-on: ubuntu-latest steps: + - name: Debug + run: echo ${{ github.event.workflow_run.artifacts_url }} - name: Deploy Stage uses: fjogeleit/http-request-action@v1 with: