Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Mar 19, 2021
1 parent 68f0817 commit 8cd1920
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
github.repository == 'chrisleekr/binance-trading-bot' && github.ref ==
'refs/heads/master'
run: |
git config --global user.email ${{ secrets.GIT_CI_EMAIL }}
git config --global user.name ${{ secrets.GIT_CI_NAME }}
git config --global user.email "${{ secrets.GIT_CI_EMAIL }}"
git config --global user.name "${{ secrets.GIT_CI_NAME }}"
PACKAGE_VERSION=$(npm version patch -m "Update version to %s [skip ci]")
git status
git push https://${{ secrets.GIT_CI_USERNAME }}:${{ secrets.GIT_CI_PASSWORD }}@${{ secrets.GIT_REPO_DOMAIN }}/chrisleekr/binance-trading-bot.git HEAD:$GITHUB_REF
Expand Down
File renamed without changes.

0 comments on commit 8cd1920

Please sign in to comment.