Skip to content

Commit

Permalink
fix: correct reading file path
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Feb 6, 2025
1 parent 8a4bb4b commit 38684cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndRun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
shell: bash

- name: register command output to github variable
run: echo "::set-output name=scenario_test_output::$(cat /tmp/scenario_workflow/optional_workflow/output.txt)"
run: echo "::set-output name=scenario_test_output::$(cat /tmp/scenario_workflow/optional_workflow/failure_report.md)"

- name: comment scenario_test_output
uses: alawiii521/[email protected]
Expand Down

0 comments on commit 38684cc

Please sign in to comment.