Skip to content

Commit

Permalink
Fix setup.sh PR workflow variables
Browse files Browse the repository at this point in the history
Closes #220

Signed-off-by: rany <ranygh@riseup.net>
  • Loading branch information
rany2 committed Jul 5, 2023
1 parent 11e7aa1 commit 2051734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_sh_instruct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
message: |
To test this branch, run:
```
sh /root/cake-autorate/setup.sh ${{ github.repository }} ${{ github.head_ref }}
sh /root/cake-autorate/setup.sh ${{ github.event.pull_request.repository }} ${{ github.event.pull_request.head_ref }}
```

0 comments on commit 2051734

Please sign in to comment.