Make `BASE` in cleanup relative

pull/1049/head
brecert 2021-09-14 18:58:57 -04:00
parent 76430b2d33
commit 0aaa649fd1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == 'use-preview'
env:
BASE: refs/pull/${{ github.event.pull_request.number }}
BASE: ./refs/pull/${{ github.event.pull_request.number }}
steps:
- uses: actions/checkout@v2