mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Remove ppa:ondrej/php from the list of apt repositories (#1104)
* Remove ppa:ondrej/php from the list of apt repositories * Add documentation and fixes * fix documentation Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
@@ -28,3 +28,15 @@ function DocumentInstalledItem {
|
||||
function DocumentInstalledItemIndent {
|
||||
WriteItem " - $1"
|
||||
}
|
||||
|
||||
function AddBlockquote {
|
||||
WriteItem "> $1"
|
||||
}
|
||||
|
||||
function StartCode {
|
||||
WriteItem "``````"
|
||||
}
|
||||
|
||||
function EndCode {
|
||||
WriteItem "``````"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user