Skip to content

Commit

Permalink
test: 测试 release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-hub committed Oct 26, 2024
1 parent 9ec7716 commit 7a14e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {updateChangelog} = require("./lib/update-changelog")
const {workflowRunRetry} = require("./lib/workflow_run-retry")
const {cleanupCaches} = require("./lib/cleanup-action-caches")

module.exports = app => {
module.exports = async (app, options) => {
app.log.info("Yay, the app was loaded!")

welcome(app)
Expand All @@ -27,6 +27,6 @@ module.exports = app => {

workflowRunRetry(app)

releaseDrafter(app, {})
await releaseDrafter(app, options)

}

0 comments on commit 7a14e0d

Please sign in to comment.