Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Jan 18, 2024
1 parent 7227b69 commit b0e6e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
git config --global user.name $user_name
git config --global user.email $user_email
git remote set-url origin https://${github_token}@github.com/${repository}
git remote set-url origin https://${github_token}@github.com/
yarn deploy
env:
user_name: 'github-actions[bot]'
Expand Down

0 comments on commit b0e6e1c

Please sign in to comment.