Skip to content

Commit 4297675

Browse files
committed
fix: fix syntax error for importing
1 parent 525a3af commit 4297675

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import { handleRepositoryUrlOption } from './handleOptions';
2-
31
const core = require('@actions/core');
42
const {
53
handleBranchesOption,
64
handleDryRunOption,
75
handleCiOption,
86
handleExtends,
97
handleTagFormat,
8+
handleRepositoryUrlOption,
109
} = require('./handleOptions');
1110
const setUpJob = require('./setUpJob.task');
1211
const installSpecifyingVersionSemantic = require('./installSpecifyingVersionSemantic.task');

0 commit comments

Comments
 (0)