Skip to content

Commit c562bfb

Browse files
authored
Merge branch 'main' into support-multiple-checkouts
2 parents 05f6207 + e05e9e6 commit c562bfb

20 files changed

+12
-12
lines changed

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ inputs:
2929
default: ${{ toJson(matrix) }}
3030
runs:
3131
using: 'node12'
32-
main: '../lib/finalize-db.js'
32+
main: '../lib/analyze-action.js'

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ inputs:
88
default: ${{ toJson(matrix) }}
99
runs:
1010
using: 'node12'
11-
main: '../lib/autobuild.js'
11+
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ inputs:
1818
required: false
1919
runs:
2020
using: 'node12'
21-
main: '../lib/setup-tracer.js'
21+
main: '../lib/init-action.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.

lib/analyze-action.js.map

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

lib/autobuild-action.js.map

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

lib/autobuild.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/finalize-db.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
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)