Skip to content

Commit 498f0d3

Browse files
chore: trivial changes
1 parent 1d43bdd commit 498f0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {setFailed} from '@actions/core' ;
2-
import {context, GitHub} from '@actions/github' ;
1+
import {setFailed} from '@actions/core';
2+
import {context, GitHub} from '@actions/github';
33
import signale from 'signale';
44
import {deploy} from './utils/command';
55
import {isTargetEvent} from './utils/misc';

0 commit comments

Comments
 (0)