Skip to content

Commit

Permalink
debug stmt for cicd-trigger
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Apr 16, 2024
1 parent 3591972 commit f0fcfec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
needs: [pr-comment-check, get-pr-branch]
if: ${{ needs.pr-comment-check.outputs.issue_run_ci == 'true' }}
steps:
- name: debug
run: |
echo ${{ needs.get-pr-branch.outputs.pr_branch_name }}
- name: 'Trigger Build workflow'
uses: zowe-actions/shared-actions/workflow-remote-call-wait@main
with:
Expand Down

0 comments on commit f0fcfec

Please sign in to comment.