Skip to content

Commit 0d9161c

Browse files
authored
Merge pull request #2293 from github/henrymercer/update-build-mode-autobuild-docs
Update docs for `build-mode: autobuild`
2 parents a57c67b + 9f32769 commit 0d9161c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

init/action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ inputs:
3636
- `none`: The database will be created without building the source code.
3737
Available for all interpreted languages and some compiled languages.
3838
- `autobuild`: The database will be created by attempting to automatically build the source
39-
code.
40-
To use this build mode, ensure that your workflow calls the `autobuild` action
41-
between the `init` and `analyze` steps.
42-
Available for all compiled languages.
39+
code. Available for all compiled languages.
4340
- `manual`: The database will be created by building the source code using a manually
4441
specified build command. To use this build mode, specify manual build steps in
4542
your workflow between the `init` and `analyze` steps. Available for all

0 commit comments

Comments
 (0)