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

Replace hardcoded organization name with a dynamic variable in workflows #88

Open
bszirtes opened this issue Jan 16, 2025 · 0 comments
Open

Comments

@bszirtes
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant