Skip to content

Commit eeff1fa

Browse files
committed
push again
1 parent 28f6fec commit eeff1fa

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

dist/index.js

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from '@actions/core'
2-
import {generateChangelog} from './github'
2+
import {generateChangelog} from './generate-changelog'
33

44
async function run(): Promise<void> {
55
try {

0 commit comments

Comments
 (0)