Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 1, 2023
1 parent 0e0ff0a commit bdc4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-env-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Sync testnet with main
run: |
git fetch --unshallow
git checkout testnetss
git checkout testnets
git pull
git merge --no-ff main -m "Auto-merge main into testnet"
git push
Expand Down

2 comments on commit bdc4858

@vercel
Copy link

@vercel vercel bot commented on bdc4858 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artblocks-v2 – ./

artblocks-v2.vercel.app
artblocks-v2-unevenlabs.vercel.app
artblocks-v2-git-main-unevenlabs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bdc4858 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.