We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fbafd commit f526b44Copy full SHA for f526b44
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
mkdir -p "$HOME/$GITHUB_REPOSITORY"
34
git clone https://github.com/$GITHUB_REPOSITORY "$HOME/$GITHUB_REPOSITORY"
35
cd "$HOME/$GITHUB_REPOSITORY"
36
- git checkout secret &&
+ git checkout osmosis &&
37
git pull origin osmosis &&
38
yarn &&
39
yarn build &&
0 commit comments