Skip to content

Commit e49cf78

Browse files
committed
fix: post job cleanup
1 parent b3ab2ab commit e49cf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-app-token",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Run GitHub Actions as a GitHub App by using the app's authentication token",
55
"main": "dist/index.js",
66
"files": [

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { run, cleanup } from './action'
44

55
if (!isPost) {
66
run()
7-
} else if (getBooleanInput('clean_secret')) {
7+
} else if (getBooleanInput('clean')) {
88
cleanup()
99
}

0 commit comments

Comments
 (0)