Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
BetaWas this translation helpful?Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
Bug Report: Duplicate Workflow Directories Created When Actions Tab Can't Detect Existing Workflows
Summary
When creating a workflow file manually in a profile repository, GitHub Actions UI fails to detect it and allows creating a duplicate workflow through the Actions tab interface, resulting in two identically named directories in
.github/workflows.Environment
Ni-Sun/Ni-Sun)mainIssue Description
I encountered a strange bug in my profile repository
Ni-Sun/Ni-Sunwhere:.github/workflows/main.ymlwith a valid workflow.github/workflows/main.yml(same path).github/workflowsdirectories with identical namesReproduction Steps
username/username).github/workflows/main.ymlwith valid workflow content.github/workflows/main.ymlCurrent Repository State
Evidence:
workflowsfolder visible (files merged)Expected vs Actual Behavior
Expected:
Actual:
Technical Details
Verification Test
Created a test repository (
Ni-Sun/test) with identical workflow setup:Multiple Issues Identified
.github/workflowsdirectoriesImpact
Repository Information
This appears to be a specific bug affecting profile repositories where the Actions UI detection mechanism fails for manually created workflows, leading to a cascade of file system and validation issues.
BetaWas this translation helpful?Give feedback.
All reactions