Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing the agent - Adding sample file #597

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding env variables in docker run command
vishsjoshi committed Nov 22, 2024
commit 5e08d8ff83fd78eab1fcd3cb045612e933e9455e
5 changes: 3 additions & 2 deletions .github/workflows/DEVELOPER_ASSISTANT.yaml
Original file line number Diff line number Diff line change
@@ -25,9 +25,10 @@ jobs:
- name: Smart Devops PR Agent Action
id: pragent
run: |
env 'GITHUB_ACTION.AUTO_REVIEW=${GITHUB_ACTION_AUTO_REVIEW}' docker run --rm \
export GITHUB_ACTION_AUTO_REVIEW="${GITHUB_ACTION_AUTO_REVIEW}"
docker run --rm \
-e GITHUB_CONTEXT="${GITHUB_CONTEXT}" \
-e GITHUB_ACTION.AUTO_REVIEW="${GITHUB_ACTION.AUTO_REVIEW}" \
-e GITHUB_ACTION.AUTO_REVIEW="${GITHUB_ACTION_AUTO_REVIEW}" \
-e PR_NUMBER="${PR_NUMBER}" \
-e API_KEY="${API_KEY}" \
-e API_BASE="${API_BASE}" \