fix github variable

This commit is contained in:
David Refoua 2022-10-17 21:19:19 +03:30
parent e1a0d3850c
commit 3fe76de9b5

View File

@ -42,7 +42,7 @@ jobs:
$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
- uses: peter-evans/create-pull-request@v4