Skip to content

Commit b3f9fb1

Browse files
committed
debugging
1 parent 921b565 commit b3f9fb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
CI_CLOUD: ${{ vars.CI_CLOUD }} # default from repo settings
5050
TF_VAR_os_version: ${{ matrix.os_version }}
5151
steps:
52+
- name: Debug
53+
run: |
54+
echo ${{ github.event_name }}
55+
echo ${{ github.ref }}
56+
echo ${{ inputs.target_branch }}
57+
5258
- uses: actions/checkout@v3
5359
with:
5460
ref: ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}

0 commit comments

Comments
 (0)