Skip to content

Commit

Permalink
Fix style in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiznia committed Oct 3, 2024
1 parent 9e1f21a commit be9cab6
Show file tree
Hide file tree
Showing 15 changed files with 18,443 additions and 18,443 deletions.
2,920 changes: 1,460 additions & 1,460 deletions .github/actions/javascript/authorChecklist/index.js

Large diffs are not rendered by default.

2,614 changes: 1,307 additions & 1,307 deletions .github/actions/javascript/awaitStagingDeploys/index.js

Large diffs are not rendered by default.

2,612 changes: 1,306 additions & 1,306 deletions .github/actions/javascript/checkDeployBlockers/index.js

Large diffs are not rendered by default.

2,614 changes: 1,307 additions & 1,307 deletions .github/actions/javascript/createOrUpdateStagingDeploy/index.js

Large diffs are not rendered by default.

2,612 changes: 1,306 additions & 1,306 deletions .github/actions/javascript/getArtifactInfo/index.js

Large diffs are not rendered by default.

2,614 changes: 1,307 additions & 1,307 deletions .github/actions/javascript/getDeployPullRequestList/index.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .github/actions/javascript/getPreviousVersion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ function getCommitHistoryAsJSON(fromTag, toTag) {
spawnedProcess.on('close', (code) => {
if (code !== 0) {
console.log('code: ', code);
return reject(new Error(`${stderr}`));
return reject(new Error(stderr));
}
resolve(stdout);
});
Expand Down Expand Up @@ -3257,7 +3257,7 @@ module.exports = require("util");
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/
/******/ // The require function
/******/ function __nccwpck_require__(moduleId) {
/******/ // Check if module is in cache
Expand All @@ -3271,7 +3271,7 @@ module.exports = require("util");
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/
/******/ // Execute the module function
/******/ var threw = true;
/******/ try {
Expand All @@ -3280,23 +3280,23 @@ module.exports = require("util");
/******/ } finally {
/******/ if(threw) delete __webpack_module_cache__[moduleId];
/******/ }
/******/
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat */
/******/
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
/******/
/******/
/************************************************************************/
/******/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __nccwpck_require__(516);
/******/ module.exports = __webpack_exports__;
/******/
/******/
/******/ })()
;
Loading

0 comments on commit be9cab6

Please sign in to comment.