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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}"
```