We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921b565 commit b3f9fb1Copy full SHA for b3f9fb1
.github/workflows/stackhpc.yml
@@ -49,6 +49,12 @@ jobs:
49
CI_CLOUD: ${{ vars.CI_CLOUD }} # default from repo settings
50
TF_VAR_os_version: ${{ matrix.os_version }}
51
steps:
52
+ - name: Debug
53
+ run: |
54
+ echo ${{ github.event_name }}
55
+ echo ${{ github.ref }}
56
+ echo ${{ inputs.target_branch }}
57
+
58
- uses: actions/checkout@v3
59
with:
60
ref: ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}
0 commit comments