Skip to content

Commit

Permalink
v0.2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent c77d3c1 commit 2e36613
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The entrypoint for the action.
*/
const { run } = require('./main')
const { summary } = require('./summary').default
const { summary } = require('./summary')
const core = require('@actions/core')

const isPost = core.getState('isPost')
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { createInterceptDotPy } = require('./intercept')
const { boltService } = require('./bolt_service')
const YAML = require('yaml')
const fs = require('fs')
const { Verify } = require('crypto')

/**
* The main function for the action.
Expand Down

0 comments on commit 2e36613

Please sign in to comment.