Skip to content

Commit

Permalink
style: remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Mar 8, 2024
1 parent df1c25a commit 8e2cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core'
import * as github from '@actions/github'
import {exec, getInput, run} from './lib/actions'
// see https://github.com/actions/toolkit for more github actions libraries
import {getCacheDetails, getCommitDetails, getRemoteUrl, getRev, getUnmergedFiles, readFile,} from './lib/git'
import {getCacheDetails, getCommitDetails, getRemoteUrl, getRev, getUnmergedFiles, readFile} from './lib/git'
import {createCommit, CreateCommitArgs, parseRepositoryFromUrl} from './lib/github.js'

const input = {
Expand Down

0 comments on commit 8e2cb3a

Please sign in to comment.