Skip to content

Commit

Permalink
feat(api): make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jun 10, 2024
1 parent 39057f4 commit 02ad0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core';
import Api from '@/api';
import { unpackInputs } from '@/utils';

const DEPBOT: string = 'dependabot';
const DEPBOT = 'dependabot';

/**
* The main function for the action.
Expand Down

0 comments on commit 02ad0bb

Please sign in to comment.