Skip to content

Commit f8e3432

Browse files
authored
import options (#7077)
Import options into env.
1 parent c391afe commit f8e3432

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dotnet-code-metrics.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- name: 'Print manual run reason'
2828
if: ${{ github.event_name == 'workflow_dispatch' }}
2929
run: |
30-
echo 'Reason: ${{ github.event.inputs.reason }}'
30+
echo 'Reason: $REASON'
31+
env:
32+
REASON: ${{ github.event.inputs.reason }}
3133

3234
- name: .NET code metrics
3335
id: dotnet-code-metrics

0 commit comments

Comments
 (0)