We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d43bdd commit 498f0d3Copy full SHA for 498f0d3
src/main.ts
@@ -1,5 +1,5 @@
1
-import {setFailed} from '@actions/core' ;
2
-import {context, GitHub} from '@actions/github' ;
+import {setFailed} from '@actions/core';
+import {context, GitHub} from '@actions/github';
3
import signale from 'signale';
4
import {deploy} from './utils/command';
5
import {isTargetEvent} from './utils/misc';
0 commit comments