You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-20
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
> [!NOTE]
2
-
> This is for [Gitpod Flex](https://app.gitpod.io), if you are using [Gitpod Classic](https://www.gitpod.io) (PAYG), please refer to the [Gitpod Classic Environment Cleanup Action](https://github.com/marketplace/actions/delete-clean-gitpod-workspaces)
2
+
> This is for [Gitpod Flex](https://app.gitpod.io), if you are using [Gitpod Classic](https://gitpod.io/workspaces) (PAYG), please refer to the [Gitpod Classic Environment Cleanup Action](https://github.com/marketplace/actions/delete-clean-gitpod-workspaces)
3
3
4
4
# Gitpod Environment Cleanup Action
5
5
@@ -69,21 +69,43 @@ jobs:
69
69
PRINT_SUMMARY: true
70
70
```
71
71
72
-
## Inputs
72
+
## Inputs ⚙️
73
73
74
-
| Input | Required | Default | Description |
75
-
|-------|----------|---------|-------------|
76
-
| `GITPOD_TOKEN` | Yes | - | Gitpod Personal Access Token with necessary permissions |
77
-
| `ORGANIZATION_ID` | Yes | - | Your Gitpod Flex organization ID |
78
-
| `OLDER_THAN_DAYS` | No | 10 | Delete environments not started for this many days |
79
-
| `PRINT_SUMMARY` | No | false | Generate a summary of deleted environments |
0 commit comments