Skip to content

Commit

Permalink
Add environment variable for strict mode input
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 23, 2024
1 parent ede634b commit 0e2a61b
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/write-file-action@v1.3
with:
Expand Down

0 comments on commit 0e2a61b

Please sign in to comment.