Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 7d947f4

Browse files
committed
Fix github action
1 parent 7b5d7d9 commit 7d947f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist_gh_action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gh-action-index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import AdoTaskRunner from './adoTask/adoTaskRunner'
1+
import GithubActionRunner from './githubAction/GithubActionRunner'
22

3-
new AdoTaskRunner().run();
3+
new GithubActionRunner().run();

0 commit comments

Comments
 (0)