From 92a167b2bc2b644a1c595f346f49c9403bd8d323 Mon Sep 17 00:00:00 2001 From: Kent Huang Date: Wed, 26 Jul 2023 17:56:21 +0800 Subject: [PATCH] [Fix] pass modified and select option into compare-action step Signed-off-by: Kent Huang --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index a4129e9..9952e73 100644 --- a/action.yml +++ b/action.yml @@ -69,6 +69,8 @@ runs: credentials_yml: ${{ inputs.credentials_yml }} working_directory: ${{ inputs.working_directory }} piperider_version: ${{ inputs.piperider_version }} + modified: ${{ inputs.modified }} + select: ${{ inputs.select }} - name: Upload Generated Report uses: actions/upload-artifact@v3 if: github.event_name == 'pull_request'