Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Nov 21, 2024
1 parent 032f65c commit 96d042a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const defaultNotesTemplate = require('./lib/default-notes-template')
const conversions = require('./lib/conversions')
const pkg = require('./package.json')

;(async function run () {
;const meet = require('.')
(async function run () {
console.log(`Version: ${pkg.version}`)
try {
const token = core.getInput('token')
Expand All @@ -33,6 +34,8 @@ const pkg = require('./package.json')
const createNotes = core.getInput('createNotes')
const notesUserTemplate = core.getInput('notesTemplate')

const meetingLink = core.getInput('meetingLink')

// Get list of repos
let repos = core.getInput('repos')
const repo = github.context.repo
Expand Down Expand Up @@ -115,6 +118,7 @@ const pkg = require('./package.json')
meetingLabels,
createWithin,
agendaLabel,
meetingLink,
agendaIssues,
issueTitle: titleTemplate
}
Expand Down

0 comments on commit 96d042a

Please sign in to comment.