mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-13 23:53:18 +00:00
fix: change working directory before running Opencode Triage CLI
This commit is contained in:
3
.github/workflows/issue-triage.yml
vendored
3
.github/workflows/issue-triage.yml
vendored
@@ -74,6 +74,9 @@ jobs:
|
||||
if: steps.check_labels.outputs.skip != 'true'
|
||||
run: |
|
||||
echo "Running Opencode Triage on issue ${{ steps.get_issue.outputs.number }}..."
|
||||
|
||||
# Move to the repository
|
||||
cd /home/admin/coding/opencode-antigravity-auth
|
||||
|
||||
# Run CLI with the agent config
|
||||
OUTPUT=$(opencode run --agent triage-bot "Triage issue ${{ steps.get_issue.outputs.number }}")
|
||||
|
||||
Reference in New Issue
Block a user