From 0e2a61b1f31a5fa3a3a17d04106181fe475748f3 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 23 May 2024 12:23:56 -0300 Subject: [PATCH] Add environment variable for strict mode input --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 9af486e..7840ce4 100644 --- a/action.yml +++ b/action.yml @@ -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: