diff --git a/README.md b/README.md index e6ea6b0..0ad258e 100644 --- a/README.md +++ b/README.md @@ -195,5 +195,5 @@ steps: - name: Print Output id: output - run: echo "${{ steps.test-action.outputs.time }}" + run: echo "${{ steps.run-action.outputs.time }}" ```