Skip to content

Commit

Permalink
⬆️ Bump @actions/core from 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Feb 5, 2024
1 parent 5684a69 commit c9ab760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion actions/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debug, getInput, info, setFailed, setOutput } from "npm:@actions/core@1.10.0";
import { debug, getInput, info, setFailed, setOutput } from "npm:@actions/core@1.10.1";
import { ghDescribe, GhDescribeError } from "../core/mod.ts";

async function run() {
Expand Down
6 changes: 3 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23660,7 +23660,7 @@ var require_oidc_utils = __commonJS({

Error Code : ${error.statusCode}

Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down

0 comments on commit c9ab760

Please sign in to comment.