Skip to content

Commit

Permalink
Try fixing GHA for delete preview again (#254)
Browse files Browse the repository at this point in the history
* Adding vim

* Try fixing delete preview

* Try again again
  • Loading branch information
cansavvy authored Sep 27, 2021
1 parent ba9f376 commit 6bfb3d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2

- name: Delete preview branch
uses: actions/checkout@v2
run: git branch -D preview-${{ github.event.pull_request.number }}

0 comments on commit 6bfb3d8

Please sign in to comment.