Skip to content

Commit a90f597

Browse files
Renaming to deprovisioning
1 parent 306d61e commit a90f597

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818

1919
outputs:
2020
deprovisioning_runbook_runs:
21-
description: 'JSON string for an array of objects representing the deprovisioning runbook runs started by this action. Each object contains a `runbookRunId` and `serverTaskId`.'
21+
description: 'JSON string for an array of objects representing the deprovisioning runbook runs started by this action. Each object contains a `RunbookRunId` and `TaskId`.'
2222

2323
runs:
2424
using: 'node24'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "create-ephemeral-environment",
2+
"name": "deprovision-ephemeral-environment",
33
"version": "1.0.0",
4-
"description": "GitHub Action to create an ephemeral environment in Octopus Deploy",
4+
"description": "GitHub Action to deprovision an ephemeral environment in Octopus Deploy",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "tsc",
@@ -40,4 +40,4 @@
4040
"@octopusdeploy/api-client": "^3.9.1",
4141
"create-ephemeral-environment": "github:octopusdeploy/create-ephemeral-environment"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)