Skip to content

Commit

Permalink
Build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 19, 2023
1 parent 6ef72c8 commit aa13c4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93700,6 +93700,7 @@ function submitDependencyGraphs(dependencyGraphFiles) {
core.warning(`Failed to submit dependency graph ${relativeJsonFile}.\n` +
"Please ensure that the 'contents: write' permission is available for the workflow job.\n" +
"Note that this permission is never available for a 'pull_request' trigger from a repository fork.");
core.info(String(error));
}
else {
throw error;
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93700,6 +93700,7 @@ function submitDependencyGraphs(dependencyGraphFiles) {
core.warning(`Failed to submit dependency graph ${relativeJsonFile}.\n` +
"Please ensure that the 'contents: write' permission is available for the workflow job.\n" +
"Note that this permission is never available for a 'pull_request' trigger from a repository fork.");
core.info(String(error));
}
else {
throw error;
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

0 comments on commit aa13c4f

Please sign in to comment.