Skip to content

Commit

Permalink
Debugging artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 15, 2024
1 parent 79001d8 commit 39838b2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 39838b2

Please sign in to comment.