diff --git a/.github/workflows/add_PR_2_chlog.yml b/.github/workflows/add_PR_2_chlog.yml
index 1e714cceb..b29e9ecf5 100644
--- a/.github/workflows/add_PR_2_chlog.yml
+++ b/.github/workflows/add_PR_2_chlog.yml
@@ -11,6 +11,10 @@ on:
description: 'Manual run without committing changes'
required: false
default: 'true'
+ prTitle:
+ description: 'Simulated PR title'
+ required: false
+ default: 'chore(deps): update dependency'
jobs:
update-changelog:
@@ -58,6 +62,7 @@ jobs:
run: |
$changelogPath = "$env:GITHUB_WORKSPACE/CHANGELOG.md"
$lines = Get-Content $changelogPath
+
$prNumber = "${{ steps.extract.outputs.prNumber }}"
$depName = "${{ steps.extract.outputs.depName }}"
$depVersion = "${{ steps.extract.outputs.depVersion }}"
diff --git a/Directory.Packages.props b/Directory.Packages.props
index a7abf0134..fbc8c19ac 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -60,8 +60,8 @@
+
-