Skip to content

Commit

Permalink
Merge pull request #108 from DeterminateSystems/strict-mode-env-var
Browse files Browse the repository at this point in the history
Add environment variable for strict mode input
  • Loading branch information
lucperkins authored May 23, 2024
2 parents ede634b + 0e2a61b commit 222f041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 222f041

Please sign in to comment.