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

Commit dd5974d

Browse files
authored
Merge pull request #5 from microsoft/ghActionFix
Fix github action
2 parents 7b5d7d9 + 7d947f4 commit dd5974d

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)