mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-16 06:32:31 +08:00
fix github variable
This commit is contained in:
parent
e1a0d3850c
commit
3fe76de9b5
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
$updateMessage += "- **$($s.name)** ($oldVersion → **$($s.version)**)\n"
|
$updateMessage += "- **$($s.name)** ($oldVersion → **$($s.version)**)\n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Set-GHVariable -Name $listUpdated -Value $listUpdated.Trim(', ')
|
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
|
||||||
Set-GHVariable -Name UPDATE_MESSAGE -Value $updateMessage
|
Set-GHVariable -Name UPDATE_MESSAGE -Value $updateMessage
|
||||||
|
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user