Compare commits

...

1 commit

Author SHA1 Message Date
Vishnu Narayanan
a8227893c1
fix: ce spec action for prs from forks 2022-04-29 12:17:26 +05:30

View file

@ -42,7 +42,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: ruby/setup-ruby@v1
with: