minor README.md fix

This commit is contained in:
Gautam
2023-10-04 22:16:32 -07:00
committed by GitHub
parent 732ea716e3
commit de5a31270e

View File

@ -195,5 +195,5 @@ steps:
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
run: echo "${{ steps.run-action.outputs.time }}"
```