File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
9393 run : |
9494 # For push events, analyze the latest commit
9595 if [ "${{ github.event_name }}" = "push" ]; then
96- pnpm run coach github -- -- commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo-name ${{ github.event.repository.name }}
96+ pnpm run coach github --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo-name ${{ github.event.repository.name }}
9797 fi
9898
9999 # For pull request events, analyze the PR commits
100100 if [ "${{ github.event_name }}" = "pull_request" ]; then
101- pnpm run coach github -- -- pr ${{ github.event.number }} --owner ${{ github.repository_owner }} --repo-name ${{ github.event.repository.name }}
101+ pnpm run coach github --pr ${{ github.event.number }} --owner ${{ github.repository_owner }} --repo-name ${{ github.event.repository.name }}
102102 fi
You can’t perform that action at this time.
0 commit comments