Skip to content

Commit

Permalink
style: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Mar 15, 2024
1 parent 0d7ced9 commit 663af77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ export const action = () => run(async () => {
name: getInput('name', {required: true})!,
}

// if (!input.token.startsWith('ghs_')) {
// core.setFailed(`Only GitHub app tokens (ghs_***) can be used for signing tags.`)
// return
// }

const repositoryRemoteUrl = await getRemoteUrl()
const repository = parseRepositoryFromUrl(repositoryRemoteUrl)

Expand Down

0 comments on commit 663af77

Please sign in to comment.