Skip to content

Commit

Permalink
docs(readme): adjust usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
exiguus committed Feb 8, 2024
1 parent 876f7f8 commit ddf74b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,16 @@ jobs:
id: fta-action
uses: exiguus/[email protected]
with:
project_path: src/
config_path: fta.config.json

- name: Print Output Summary
id: output-summary
run: echo -e "\nSummary:\n${{ steps.test-action.outputs.summary }}"
run: echo -e "\nSummary:\n${{ steps.fta-action.outputs.summary }}"

- name: Print Output Details
id: output-details
run: echo -e "\nDetails:\n${{ steps.test-action.outputs.details }}"
run: echo -e "\nDetails:\n${{ steps.fta-action.outputs.details }}"

- name: Upload Output Summary
id: upload-output
Expand Down

0 comments on commit ddf74b9

Please sign in to comment.