Skip to content

Commit

Permalink
deploy old ext wallet preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Mar 21, 2024
1 parent 5c78a5f commit 1e88c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
</table>
- name: Checkout code
uses: actions/checkout@v4
# Checkout pull request HEAD commit instead of merge commit.
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: oasisprotocol/oasis-wallet-ext
ref: lw/rose-current
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
Expand All @@ -63,7 +63,7 @@ jobs:
# Project name created via Cloudflare dashboard.
projectName: oasis-wallet
# Use output directory of build command.
directory: build
directory: dist
# On a subsequent run the original comment will be updated.
- name: Update PR comment
uses: mshick/add-pr-comment@v2
Expand Down

0 comments on commit 1e88c4b

Please sign in to comment.