Add environment variable for strict mode input
This commit is contained in:
parent
ede634b2c8
commit
0e2a61b1f3
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ runs:
|
||||||
INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }}
|
INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }}
|
||||||
INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }}
|
INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }}
|
||||||
INPUT_TOKEN: ${{ inputs.token }}
|
INPUT_TOKEN: ${{ inputs.token }}
|
||||||
|
INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }}
|
||||||
- name: Save PR Body as file
|
- name: Save PR Body as file
|
||||||
uses: DamianReeves/write-file-action@v1.3
|
uses: DamianReeves/write-file-action@v1.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue