Skip to content

Commit

Permalink
Correct the execution path
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg046 committed Nov 22, 2024
1 parent b1e4cd6 commit 681c176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skycity-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
deploy:
skycity-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
with:
dotnet-version: '8.x'
- name: Run
run: dotnet run ../../data
run: cd skycity-parser/SkycityParser && dotnet run ../../data
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 681c176

Please sign in to comment.