Skip to content

Commit f3e1626

Browse files
committed
docs: clarify default behavior of dry_run parameter
- Update README.md to explicitly state that dry_run defaults to true - Improve clarity for users regarding the default non-deleting behavior
1 parent d8f6fc7 commit f3e1626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
| `github_token` | GitHub token with actions:write permissions | `${{ github.token }}` | No |
4646

4747
> [!NOTE]
48-
> The `dry_run` parameter defaults to `true`. It will delete nothing and you can preview in the log output to see what would be deleted.
48+
> The `dry_run` parameter defaults to `true`. So by default it will delete nothing and you can preview in the log output to see what would be deleted.
4949

5050
> [!TIP]
5151
> For regular maintenance, consider setting `runs_older_than` to 30+ days and `runs_to_keep` to 5-10 runs per workflow.

0 commit comments

Comments
 (0)