We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b4639 commit 7ca6e48Copy full SHA for 7ca6e48
.github/workflows/create-release-pr.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Checkout and setup environment
98
uses: ./github-tools/.github/actions/checkout-and-setup
99
with:
100
- is-high-risk-environment: true
+ is-high-risk-environment: false
101
102
# Step 4: Print Input Values
103
- name: Print Input Values
@@ -120,6 +120,7 @@ jobs:
120
echo "Git User Name: ${{ inputs.git-user-name }}"
121
echo "Git User Email: ${{ inputs.git-user-email }}"
122
echo "-------------"
123
+ cat node_modules/.bin/auto-changelog
124
125
# Step 5: Create Release PR
126
- name: Create Release PR
0 commit comments