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

View File

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