We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede634b + 0e2a61b commit 222f041Copy full SHA for 222f041
1 file changed
action.yml
@@ -173,6 +173,7 @@ runs:
173
INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }}
174
INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }}
175
INPUT_TOKEN: ${{ inputs.token }}
176
+ INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }}
177
- name: Save PR Body as file
178
uses: DamianReeves/write-file-action@v1.3
179
with:
0 commit comments