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
|
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"
|
AddBlockquote "To use ppa:ondrej/php APT repository On Ubuntu 20.04 it is necessary to add it to the APT sources"
|
||||||
StartCode
|
StartCode
|
||||||
WriteItem apt-add-repository ppa:ondrej/php -y
|
WriteItem "apt-add-repository ppa:ondrej/php -y"
|
||||||
WriteItem apt-get update
|
WriteItem "apt-get update"
|
||||||
EndCode
|
EndCode
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user