Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Jan 9, 2024
1 parent 8627a90 commit cdd4730
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
head-ref: ${{ github.event.pull_request.head.sha || github.event.after || 'HEAD' }}
base-ref: ${{ github.event.pull_request.base.sha || github.event.before || 'HEAD~1' }}
filename-pattern: |-
**/*.js
**/*.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.*
!.github
!.gitignore
node_modules/
node_modules/
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ inputs:
outputs:
filenames:
description: A JSON array of filenames that changed
# value: ${{ toJSON(fromJSON(steps.diff.outputs.result).changedFilenames) }}
runs:
using: node20
main: dist/index.js
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29243,6 +29243,7 @@ module.exports = {
run
}


/***/ }),

/***/ 9491:
Expand Down Expand Up @@ -32989,6 +32990,7 @@ var __webpack_exports__ = {};
const { run } = __nccwpck_require__(8476)

run()

})();

module.exports = __webpack_exports__;
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*/
const { run } = require('./main')

run()
run()
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ async function run () {

module.exports = {
run
}
}

0 comments on commit cdd4730

Please sign in to comment.