We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525a3af commit 4297675Copy full SHA for 4297675
1 file changed
src/index.js
@@ -1,12 +1,11 @@
1
-import { handleRepositoryUrlOption } from './handleOptions';
2
-
3
const core = require('@actions/core');
4
const {
5
handleBranchesOption,
6
handleDryRunOption,
7
handleCiOption,
8
handleExtends,
9
handleTagFormat,
+ handleRepositoryUrlOption,
10
} = require('./handleOptions');
11
const setUpJob = require('./setUpJob.task');
12
const installSpecifyingVersionSemantic = require('./installSpecifyingVersionSemantic.task');
0 commit comments