Skip to content

Commit f526b44

Browse files
authored
Update deploy.yml
1 parent 36fbafd commit f526b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p "$HOME/$GITHUB_REPOSITORY"
3434
git clone https://github.com/$GITHUB_REPOSITORY "$HOME/$GITHUB_REPOSITORY"
3535
cd "$HOME/$GITHUB_REPOSITORY"
36-
git checkout secret &&
36+
git checkout osmosis &&
3737
git pull origin osmosis &&
3838
yarn &&
3939
yarn build &&

0 commit comments

Comments
 (0)