Skip to content

Commit 981ef8b

Browse files
committed
Revert "Update index.ts"
This reverts commit 0101435.
1 parent e183dc1 commit 981ef8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as core from '@actions/core';
22
import * as github from '@actions/github';
33
import styles from 'ansi-styles';
4-
import * as exec from '@actions/exec';
54

65
async function run() {
76
try {
@@ -16,9 +15,6 @@ async function run() {
1615
throw new Error(`Input ${styles.italic.open}token${styles.italic.close} is missing.`)
1716
}
1817

19-
const out = await exec.getExecOutput("ls", ["-la"]);
20-
core.notice(out.stdout);
21-
2218
const allowedUserIds = allowedIds.split(',');
2319

2420
const octokit = github.getOctokit(token, {

0 commit comments

Comments
 (0)