Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Nov 3, 2024
1 parent ffadb90 commit ae50240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github/get-job-inputs/index.js

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

2 changes: 1 addition & 1 deletion integrations/github-get-job-inputs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function run() {
})
.then(({ data }) => {
if (data == undefined) {
core.error(`Invalid Job data ${data}`);
core.error(`Invalid Job data`);
return;
}

Expand Down

0 comments on commit ae50240

Please sign in to comment.