You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, workflows contain hardcoded organization name, which reduces flexibility and maintainability.
Expected Behavior
Workflows should use dynamic variables (e.g., github.repository_owner) to reference the organization name, ensuring the workflows are adaptable to different environments or forks.
Suggested Solution
Replace all instances of the hardcoded organization name with appropriate GitHub-provided context variables or input parameters.
The text was updated successfully, but these errors were encountered:
Problem
Currently, workflows contain hardcoded organization name, which reduces flexibility and maintainability.
Expected Behavior
Workflows should use dynamic variables (e.g.,
github.repository_owner
) to reference the organization name, ensuring the workflows are adaptable to different environments or forks.Suggested Solution
Replace all instances of the hardcoded organization name with appropriate GitHub-provided context variables or input parameters.
The text was updated successfully, but these errors were encountered: