Skip to content

Commit 916a3e3

Browse files
committed
debugging
1 parent b3f9fb1 commit 916a3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
echo ${{ github.event_name }}
5555
echo ${{ github.ref }}
5656
echo ${{ inputs.target_branch }}
57+
echo ${{ github.event_name != 'workflow_call' && github.ref }}
58+
echo ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}
5759
5860
- uses: actions/checkout@v3
5961
with:

0 commit comments

Comments
 (0)