Make BASE in cleanup relative

This commit is contained in:
brecert 2021-09-14 18:58:57 -04:00
parent ba2d0dd6d1
commit 2e8c3aa242
No known key found for this signature in database
GPG key ID: 1B2E56B9EC985B96

View file

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