Merge pull request #108 from DeterminateSystems/strict-mode-env-var

Add environment variable for strict mode input
This commit is contained in:
Luc Perkins 2024-05-23 12:26:35 -03:00 committed by GitHub
commit 222f041780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,6 +173,7 @@ runs:
INPUT_PULL-REQUEST-OPERATION: ${{ inputs.pull-request-operation }}
INPUT_SIGN-COMMITS: ${{ inputs.sign-commits }}
INPUT_TOKEN: ${{ inputs.token }}
INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }}
- name: Save PR Body as file
uses: DamianReeves/write-file-action@v1.3
with: