File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
- completed
7
7
env :
8
8
QUAY_ORG : opendatahub
9
- QUAY_ID : ${{ secrets.QUAY_ROBOT_USERNAME }}
10
- QUAY_TOKEN : ${{ secrets.QUAY_ROBOT_TOKEN }}
11
9
GH_USER_EMAIL : 140449482+dsp-developers@users.noreply.github.com
12
10
GH_USER_NAME : dsp-developers
13
11
jobs :
79
77
run : |
80
78
git config user.email "${{ env.GH_USER_EMAIL }}"
81
79
git config user.name "${{ env.GH_USER_NAME }}"
80
+ gh pr checkout ${{ env.PR_NUMBER }}
82
81
83
82
cat <<"EOF" >> /tmp/body-file.txt
84
83
### Commit Checker results:
89
88
you adhere to the commit checker formatting
90
89
```
91
90
EOF
91
+
92
+ echo "\`\`\`" >> /tmp/body-file.txt
92
93
podman run -q -v ${{ github.workspace }}:/src/app-root quay.io/rmartine/commitchecker:latest --start ${{ steps.get-commits.outputs.master_commit_hash }} --end ${{ steps.get-commits.outputs.last_commit_hash }} >> /tmp/body-file.txt 2>&1 || true
94
+ echo "\`\`\`" >> /tmp/body-file.txt
93
95
94
96
gh pr comment ${{ env.PR_NUMBER }} --body-file /tmp/body-file.txt
You can’t perform that action at this time.
0 commit comments