Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afosne authored Apr 20, 2024
1 parent 9e65d52 commit c32d23b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -30,7 +28,7 @@ jobs:
id: commit
continue-on-error: true
run: |
git config user.email "actions@github.com"
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')"
Expand Down

0 comments on commit c32d23b

Please sign in to comment.