mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-16 22:57:49 +08:00
fix github variable
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user