Skip to content

Commit b709bb5

Browse files
committed
Fix
1 parent 8c82177 commit b709bb5

File tree

14 files changed

+20
-17
lines changed

14 files changed

+20
-17
lines changed

.github/actions/reports-group/attach-check-run-to-triggering-workflow-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/attach-check-run-to-triggering-workflow-action/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/codecov-uploader-action/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ runs:
7878
7979
core.getInput('path', {required: true});
8080
core.getInput('token', {required: true});
81-
8281
8382
# @TODO move actions to a dedicated repo and remove the checkout
8483
- uses: actions/checkout@v4

.github/actions/reports-group/create-action/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/fetch-workflow-metadata-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/fetch-workflow-metadata-action/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/find-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/find-action/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/reports-group/find-action/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const core = require('@actions/core'); // @TODO move to 'imports from' when moved to TS !
22

33
const SDK = require('./node-sdk'); // @TODO move to 'imports from' when moved to TS !
4-
const path = require("path"); // @TODO move to 'imports from' when moved to TS !
54

65
// @TODO replace json by glob-string as output ?? Same as string format but with glob compatible path list
76
// (easier to manage for inner code, while end-user is still able to fallback on string format with a simple split)

.github/actions/reports-group/load-metadata-action/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)