Skip to content

Commit 4ba234c

Browse files
removed payload input from the workflow
1 parent 0ceafd6 commit 4ba234c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_cra.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
if: ${{ github.event_name == 'issue_comment' }}
1818
uses: gitbito/codereviewagent@main
1919
with:
20-
payload: ${{ github.event_name }} = ${{ github.event.issue.pull_request.html_url }} ${{ github.event.comment.body }}
2120
pr: ${{ github.event.issue.pull_request.html_url }}
2221
command: ${{ github.event.comment.body }}
2322
options: --static_analysis.fb_infer.enabled=True --code_feedback=True --dependency_check.enabled=False --bee.path=/automation-platform --bee.actn_dir=/automation-platform/default_bito_ad/bito_modules --git.access_token=${{ secrets.GIT_ACCESS_TOKEN }} --bito_cli.bito.access_key=${{ secrets.BITO_ACCESS_KEY }}
@@ -26,7 +25,6 @@ jobs:
2625
if: ${{ github.event_name == 'pull_request' }}
2726
uses: gitbito/codereviewagent@main
2827
with:
29-
payload: ${{ github.event_name }} = ${{ github.event.pull_request.html_url }}
3028
pr: ${{ github.event.pull_request.html_url }}
3129
command: review
3230
options: --static_analysis.fb_infer.enabled=True --code_feedback=True --dependency_check.enabled=False --bee.path=/automation-platform --bee.actn_dir=/automation-platform/default_bito_ad/bito_modules --git.access_token=${{ secrets.GIT_ACCESS_TOKEN }} --bito_cli.bito.access_key=${{ secrets.BITO_ACCESS_KEY }}

0 commit comments

Comments
 (0)