mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Update GenerateResourcesAndImage.ps1
This commit is contained in:
@@ -54,16 +54,6 @@ Function Get-LatestCommit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Function Get-LatestCommit {
|
|
||||||
[CmdletBinding()]
|
|
||||||
param()
|
|
||||||
|
|
||||||
process {
|
|
||||||
Write-Host "Latest commit:"
|
|
||||||
git log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Function GenerateResourcesAndImage {
|
Function GenerateResourcesAndImage {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
|||||||
Reference in New Issue
Block a user