Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 7, 2023
1 parent 6e0d0d5 commit f7bf894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// 2>/dev/null; v=1.38.0; [ -d "${i="$RUNNER_TOOL_CACHE/deno/$v/$(echo "$RUNNER_ARCH" | tr '[:upper:]' '[:lower:]')"}" ] || curl -fsSL https://deno.land/x/install/install.sh |DENO_INSTALL="$i" sh -s "v$v" >/dev/null 2>&1; exec "$i/bin/deno" run -Aq "$0" "$@"
import process from "node:process";
import { readFile, writeFile, readdir, rename } from "node:fs/promises";
import * as core from "npm:@actions/core@^1.10.0";
Expand Down

0 comments on commit f7bf894

Please sign in to comment.