Skip to content

Commit

Permalink
[Fix] pass modified and select option into compare-action step
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Jul 26, 2023
1 parent 6bc2f2f commit 92a167b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 92a167b

Please sign in to comment.