Skip to content

Commit

Permalink
fix: fix syntax error for importing
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Mar 19, 2024
1 parent 525a3af commit 4297675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
@@ -1,12 +1,11 @@
import { handleRepositoryUrlOption } from './handleOptions';

const core = require('@actions/core');
const {
handleBranchesOption,
handleDryRunOption,
handleCiOption,
handleExtends,
handleTagFormat,
handleRepositoryUrlOption,
} = require('./handleOptions');
const setUpJob = require('./setUpJob.task');
const installSpecifyingVersionSemantic = require('./installSpecifyingVersionSemantic.task');
Expand Down

0 comments on commit 4297675

Please sign in to comment.