Skip to content

Commit 222f041

Browse files
authored
Merge pull request #108 from DeterminateSystems/strict-mode-env-var
Add environment variable for strict mode input
2 parents ede634b + 0e2a61b commit 222f041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ runs:
173173
INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }}
174174
INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }}
175175
INPUT_TOKEN: ${{ inputs.token }}
176+
INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }}
176177
- name: Save PR Body as file
177178
uses: DamianReeves/write-file-action@v1.3
178179
with:

0 commit comments

Comments
 (0)