Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afosne committed Apr 20, 2024
1 parent c32d23b commit 1ab9cfa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,3 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python searchproxyip.py
- name: Commit
id: commit
continue-on-error: true
run: |
git config user.email "afosne@github.com"
git config user.name "GitHub Actions"
git add .
git commit -m "Updated at $(date '+%Y-%m-%d %H:%M:%S')"
git pull --rebase
- uses: ad-m/github-push-action@master
if: ${{ steps.commit.outcome == 'success' }}

0 comments on commit 1ab9cfa

Please sign in to comment.