mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
Set checkout options in inage generation pipeline (#7708)
This commit is contained in:
committed by
GitHub
parent
c07c474998
commit
500995c0ad
@@ -43,6 +43,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout: ${{ parameters.repository_ref }}
|
||||
clean: true
|
||||
fetchDepth: 0
|
||||
fetchTags: false
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Download custom repository'
|
||||
|
||||
Reference in New Issue
Block a user