From 3fe76de9b51be552be76f1095447c886d8e1d950 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 17 Oct 2022 21:19:19 +0330 Subject: [PATCH] fix github variable --- .github/workflows/vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vendor.yml b/.github/workflows/vendor.yml index 8cc87ba..cbce739 100644 --- a/.github/workflows/vendor.yml +++ b/.github/workflows/vendor.yml @@ -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