Skip to content

Commit 48dadf0

Browse files
authored
Fix keyword "apt:" to "apt-get:" (#21)
"apt" doesn't work, but "apt-get" does.
1 parent 71f550a commit 48dadf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The action's inputs are shown below:
2121
cache-version: # " " " " "
2222
rubygems: # " " " " "
2323
working-directory: # " " " " "
24-
apt: # Ubuntu
24+
apt-get: # Ubuntu
2525
brew: # macOS
2626
mingw: # Windows mingw / mswin /ucrt
2727
msys2: # mingw / mswin /ucrt
@@ -37,7 +37,7 @@ Information on inputs passed to [ruby/setup-ruby] is contained in its [README] a
3737
3838
All inputs are optional.
3939
40-
### apt: (Ubuntu)
40+
### apt-get: (Ubuntu)
4141
4242
List of packages to install. Space delimited. Special options are `_update_`, `_upgrade_`, and `_dist-upgrade_`.
4343

0 commit comments

Comments
 (0)