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 b3f9fb1 commit 916a3e3Copy full SHA for 916a3e3
.github/workflows/stackhpc.yml
@@ -54,6 +54,8 @@ jobs:
54
echo ${{ github.event_name }}
55
echo ${{ github.ref }}
56
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 }}
59
60
- uses: actions/checkout@v3
61
with:
0 commit comments