Kaveen Kumarasinghe 2 years ago
commit 6eef1ad071

@ -21,7 +21,7 @@ jobs:
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git commit -am "Format Python code with psf/black push"
git push origin main
git push origin main --force
deploy:
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save