octoflare
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -40,3 +40,3 @@ import memoize from 'lodash/memoize.js'; | ||
const dispatchWorkflow = (async (dispatch_params) => { | ||
const octokit = await getRepoInstallation(params); | ||
const octokit = await getRepoInstallation(dispatch_params); | ||
await octokit.rest.actions.createWorkflowDispatch({ | ||
@@ -43,0 +43,0 @@ ...dispatch_params, |
{ | ||
"name": "octoflare", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "A framework for building GitHub Apps with Cloudflare Worker", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15316