Skip to content

Commit

Permalink
bump delete preview checkout action to v3 (MetaMask#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Apr 26, 2023
1 parent 02f7ad7 commit 654e01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
if: ${{ needs.is-fork-pull-request.outputs.IS_FORK == 'false' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
- name: Delete Branch Folder on gh-pages
if: ${{ github.event.pull_request.head.ref != 'wallet' && github.event.pull_request.head.ref != 'snaps' && github.event.pull_request.head.ref != 'guide' && github.event.pull_request.head.ref != 'assets' && github.event.pull_request.head.ref != 'img' && github.event.pull_request.head.ref != 'search' }}
run: |
Expand Down

0 comments on commit 654e01a

Please sign in to comment.