We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f550a commit 48dadf0Copy full SHA for 48dadf0
README.md
@@ -21,7 +21,7 @@ The action's inputs are shown below:
21
cache-version: # " " " " "
22
rubygems: # " " " " "
23
working-directory: # " " " " "
24
- apt: # Ubuntu
+ apt-get: # Ubuntu
25
brew: # macOS
26
mingw: # Windows mingw / mswin /ucrt
27
msys2: # mingw / mswin /ucrt
@@ -37,7 +37,7 @@ Information on inputs passed to [ruby/setup-ruby] is contained in its [README] a
37
38
All inputs are optional.
39
40
-### apt: (Ubuntu)
+### apt-get: (Ubuntu)
41
42
List of packages to install. Space delimited. Special options are `_update_`, `_upgrade_`, and `_dist-upgrade_`.
43
0 commit comments