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 f1e795dCopy full SHA for f1e795d
.github/workflows/fatimage.yml
@@ -54,6 +54,9 @@ jobs:
54
openhpc-RL9-image: "${{ steps.manifest.outputs.openhpc-RL9-image }}"
55
56
steps:
57
+ - name: test
58
+ run: echo ${{ github.workflow }}
59
+
60
- uses: actions/checkout@v3
61
with:
62
ref: ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}
.github/workflows/stackhpc.yml
@@ -54,6 +54,8 @@ jobs:
echo ${{ github.event_name }}
echo ${{ github.ref }}
echo ${{ inputs.target_branch }}
+ echo ${{ github.event_name != 'workflow_call' && github.ref }}
+ echo ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}
0 commit comments