Skip to content

Commit

Permalink
fixed github context
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Apr 29, 2024
1 parent 6ac4645 commit 84fe119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as core from '@actions/core'
import github from '@actions/github'
import * as github from '@actions/github'
import { SummarizeChanges, getChanges, CommentHandler } from './steps'
import dotenv from 'dotenv'
dotenv.config()
Expand Down

0 comments on commit 84fe119

Please sign in to comment.