From c605ff6848e1909a9da5127c2674b03331df4727 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Mon, 11 May 2020 10:50:46 -0400 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5130aa92..2be839e4 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ jobs: ### Debugging -To see debug ouput from this action, you must set the secret `ACTIONS_STEP_DEBUG` to `true` in your repository. You can run this action in debug only mode (no actions will be taken on your issues) by passing `debug-only` `true` as an argument to the action. +To see debug output from this action, you must set the secret `ACTIONS_STEP_DEBUG` to `true` in your repository. You can run this action in debug only mode (no actions will be taken on your issues) by passing `debug-only` `true` as an argument to the action.