Skip to content

Remove workflow

Remove workflow #4

on: pull_request
jobs:
setup_sh_instruct:
name: Provide instructions to install cake-autorate for PR branch
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Comment PR with setup.sh instructions
uses: thollander/actions-comment-pull-request@v2
with:
message: |
To test this branch, run:
```
sh /root/cake-autorate/setup.sh ${{ github.event.pull_request.repository }} ${{ github.event.pull_request.head_ref }}
```