forked from abner/for-legacy-web
Make BASE in cleanup relative
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user