Skip to content

Commit

Permalink
Fix indentation issue in .github/workflows/run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 9, 2024
1 parent 3f22353 commit 20fccad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update:
runs-on: ubuntu-lates

if: github.event_name == 'push' && github.ref == 'refs/heads/main'

steps:
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
poetry install
- name: Run Python Script
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
Expand Down

0 comments on commit 20fccad

Please sign in to comment.