Merge pull request #343 from gautambaghel/patch-1

minor README.md fix
This commit is contained in:
Nick Alteen 2023-10-06 09:44:19 -04:00 committed by GitHub
commit c60b48b68d
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 }}"
```