Skip to content

Commit

Permalink
fix: Fix action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan authored Aug 31, 2023
1 parent 6792646 commit 68bd529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
pushd '${{ github.action_path }}' && composer i -n && popd
if [ "${{ inputs.report_enabled }}" = "true" ]; then
export LOXCAN_ARGS="-r github"
export LOXCAN_REPORTER_GITHUB="1"
export LOXCAN_REPORTER_GITHUB_OWNER="${{ inputs.owner }}"
export LOXCAN_REPORTER_GITHUB_REPO="${{ inputs.repo }}"
Expand All @@ -48,4 +49,4 @@ runs:
BRANCH_BASE="origin/${{ inputs.base }}"
BRANCH_HEAD="${{ github.sha }}"
${{ github.action_path }}/bin/loxcan "${BRANCH_BASE}" "${BRANCH_HEAD}"
${{ github.action_path }}/bin/loxcan ${LOXCAN_ARGS} "${BRANCH_BASE}" "${BRANCH_HEAD}"

0 comments on commit 68bd529

Please sign in to comment.