Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 1, 2023
1 parent 8e237e4 commit 0d4d4d5
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 @@ -20,5 +20,5 @@ jobs:
git fetch --unshallow
git checkout testnets
git pull
git merge --no-ff dev -m "Auto-merge main into testnet"
git merge --no-ff main -m "Auto-merge main into testnet"
git push

2 comments on commit 0d4d4d5

@vercel
Copy link

@vercel vercel bot commented on 0d4d4d5 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-unevenlabs.vercel.app
artblocks-v2-git-main-unevenlabs.vercel.app
artblocks-v2.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0d4d4d5 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.