Skip to content

Commit

Permalink
Merge branch 'update-deps' of https://github.com/slackapi/deno-slack-…
Browse files Browse the repository at this point in the history
…hooks into update-deps
  • Loading branch information
WilliamBergamin committed Aug 29, 2024
2 parents 1f00af2 + 465ef8c commit 2fd4c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const projectScripts = (args: string[]) => {
"runtime": "deno",
"hooks": {
"get-manifest":
`deno run -q --config=deno.jsonc --allow-read --allow-net --allow-env --allow-sys=onRelease https://deno.land/x/${HOOKS_TAG}/get_manifest.ts`,
`deno run -q --config=deno.jsonc --allow-read --allow-net --allow-env --allow-sys=osRelease https://deno.land/x/${HOOKS_TAG}/get_manifest.ts`,
"get-trigger":
`deno run -q --config=deno.jsonc --allow-read --allow-net --allow-env https://deno.land/x/${HOOKS_TAG}/get_trigger.ts`,
"build":
Expand Down

0 comments on commit 2fd4c5d

Please sign in to comment.