-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Sweep GHA Fix] Fix the failing GitHub Actions #75
base: v1
Are you sure you want to change the base?
Conversation
Rollback Files For Sweep
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs:
An error has occurred: Cmd('git') failed due to: exit code(128) |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the failing GitHub Actions run by addressing the error that occurs during the execution of the Bash script. The error is caused by the null value of the "IO_SERVER_URL" variable. The script attempts to trigger the "synopsys-sig/intelligent-security-scan" action but fails due to the undefined "error" variable.
Summary of Changes
dotnet/dotnet-guestbook/src/backend/kubernetes-manifests/guestbook-backend.deployment.yaml
to include the necessary environment variable "IO_SERVER_URL" with a valid value.<valid_value>
with the appropriate URL for the "IO_SERVER_URL" variable.Please review and merge this PR to resolve the failing GitHub Actions run.