Skip to content

Commit

Permalink
🩹 Add SKIP_CLEANUP to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Mar 7, 2021
1 parent d1a2ec4 commit 8c979f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ inputs:
The working directory where all sync operations will be done. Defaults to `tmp-${Date.now().toString()}`
required: false
DRY_RUN:
description: "Run everything except for nothing will be updated."
description: |
Run everything except for nothing will be updated. Defaults to false
required: false
SKIP_CLEANUP:
description: |
Skip removing the temporary directory (useful for debugging). Defaults to false
required: false

runs:
Expand Down

0 comments on commit 8c979f6

Please sign in to comment.