mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Make BASE
in cleanup relative
This commit is contained in:
parent
ba2d0dd6d1
commit
2e8c3aa242
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview_cleanup.yml
vendored
2
.github/workflows/preview_cleanup.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue