Skip to content

Commit

Permalink
Remove check for results. Leave this manualf or now
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Mar 16, 2024
1 parent 126107d commit ac83dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ jobs:
repo: ${{ matrix.value }}
token: ${{ secrets.JENKINS_GITHUB_PAT }}
debug: --dry-run

- name: Log Results
run: |
echo "Automerge Results: ${{ steps.automerge.outputs.results }}"

4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ runs:
GITHUB_TOKEN: ${{ inputs.token }}
working-directory: tmp-${{ inputs.repo }}
run: |
results=$(python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }} ${{ inputs.debug }})
echo $results >> $GITHUB_OUTPUT
python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }} ${{ inputs.debug }}

0 comments on commit ac83dc3

Please sign in to comment.