Skip to content

Commit 7ca6e48

Browse files
committed
testing
1 parent 05b4639 commit 7ca6e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout and setup environment
9898
uses: ./github-tools/.github/actions/checkout-and-setup
9999
with:
100-
is-high-risk-environment: true
100+
is-high-risk-environment: false
101101

102102
# Step 4: Print Input Values
103103
- name: Print Input Values
@@ -120,6 +120,7 @@ jobs:
120120
echo "Git User Name: ${{ inputs.git-user-name }}"
121121
echo "Git User Email: ${{ inputs.git-user-email }}"
122122
echo "-------------"
123+
cat node_modules/.bin/auto-changelog
123124
124125
# Step 5: Create Release PR
125126
- name: Create Release PR

0 commit comments

Comments
 (0)