mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Fix WriteItem call (#1231)
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
@@ -141,8 +141,8 @@ if isUbuntu20 ; then
|
||||
apt-get update
|
||||
AddBlockquote "To use ppa:ondrej/php APT repository On Ubuntu 20.04 it is necessary to add it to the APT sources"
|
||||
StartCode
|
||||
WriteItem apt-add-repository ppa:ondrej/php -y
|
||||
WriteItem apt-get update
|
||||
WriteItem "apt-add-repository ppa:ondrej/php -y"
|
||||
WriteItem "apt-get update"
|
||||
EndCode
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user