Skip to content

Commit

Permalink
remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
jean9696 committed Dec 26, 2023
1 parent f600343 commit 88aa324
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as github from '@actions/github'

export async function run(): Promise<void> {
try {
core.error('test')
const mainBranch: string = core.getInput('mainBranch') ?? 'dev'
const token: string = core.getInput('token')

Expand Down

0 comments on commit 88aa324

Please sign in to comment.