Skip to content

Commit

Permalink
Sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
autosync committed Nov 15, 2024
2 parents 2424703 + abb3d58 commit 4c4b7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: steps.git-diff.outputs.changes == 'true'
run: make test
- name: Push Update
if: steps.test-start-server.outcome == 'success' && steps.pytest.outcome == 'success' && github.repository != 'eidolon-ai/agent-machine'
if: steps.test-start-server.outcome == 'success' && steps.pytest.outcome == 'success' && github.repository != 'eidolon-ai/base-agent-machine'
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "bumping eidolon version"
Expand Down Expand Up @@ -72,5 +72,5 @@ jobs:
if: steps.git-diff.outputs.changes == 'true'
run: make test
- name: Push Sync
if: steps.test-start-server.outcome == 'success' && steps.pytest.outcome == 'success' && github.repository != 'eidolon-ai/agent-machine'
if: steps.test-start-server.outcome == 'success' && steps.pytest.outcome == 'success' && github.repository != 'eidolon-ai/base-agent-machine'
run: git push

0 comments on commit 4c4b7be

Please sign in to comment.