File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
run : |
70
70
master_commit=$(cat .git/refs/remotes/origin/master)
71
71
echo "master_commit_hash=$master_commit" >> $GITHUB_OUTPUT
72
- last_commit=$(cat .git/refs/remotes/pull/${{ PR_NUMBER }}/merge)
72
+ last_commit=$(cat .git/refs/remotes/pull/${{ env. PR_NUMBER }}/merge)
73
73
echo "last_commit_hash=$last_commit" >> $GITHUB_OUTPUT
74
74
- name : Run Commit Checker
75
75
shell : bash
88
88
$(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 }})
89
89
EOF
90
90
91
- gh pr comment ${{ PR_NUMBER }} --body-file /tmp/body-file.txt
91
+ gh pr comment ${{ env. PR_NUMBER }} --body-file /tmp/body-file.txt
You can’t perform that action at this time.
0 commit comments