mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Fix push issues for cleanup by removing single-commit
- note: in the future, `JamesIves/github-pages-deploy-action@4.1.5` may need to be replaced or supplemented by git commands to fully reset the preview branch so that images and builds do not linger and take up storage for too long
This commit is contained in:
parent
2e8c3aa242
commit
d123c5c44d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/preview_cleanup.yml
vendored
3
.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
|
||||||
|
@ -28,7 +28,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
folder: .
|
folder: .
|
||||||
branch: build-previews
|
branch: build-previews
|
||||||
single-commit: true
|
|
||||||
|
|
||||||
- name: send comment
|
- name: send comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
|
|
Loading…
Reference in a new issue