We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to create a Pull request.
steps: - uses: actions/checkout@v2 - name: Run isort uses: olance/[email protected] with: args: . - name: Commit changes run: | git config --local user.email "[email protected]" git config --local user.name "GitHub Action" git add -A && git diff-index --cached --quiet HEAD || git commit -m 'isort' - name: Push changes uses: ad-m/[email protected] with: github_token: ${{ secrets.GITHUB_TOKEN }}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Update to create a Pull request.
The text was updated successfully, but these errors were encountered: