Replies: 3 comments 2 replies
-
Copilot can help, but for complex GitHub Actions with bash google might be better. maybe this will help https://stackoverflow.com/questions/77275063/syntax-error-with-simple-pipeline-suggests-an-error-with-the-file-but-works-wh |
Beta Was this translation helpful? Give feedback.
-
Hi Arisfx, I understand your frustration. GitHub Copilot is great for straightforward completions, but it often struggles with YAML, especially when embedding Bash scripts. This is because YAML is very sensitive to indentation and structure, which can lead to syntax errors. From my experience: ChatGPT: Works better for complex cases and specific explanations, like embedding scripts correctly in YAML. If you need precision, it's more reliable. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi all, i work daily with GitHub actions making workflows for the developers. After long time using paid version of chat gpt, i tried today the paid version of vscode copilot. I had very high expectations and thought that as both copilot and actions are microsoft products, copilot would be far superior than gpt, but that was not the case unfortunately, i was actually very disappointed, as i tried 10 different variations over a paragraph of yaml code (it was mostly embedding bash script inside it to be honest) and all resulted in syntax errors, (meaning that it didnt even understand basic yaml suntax embedding bash rules) should i continue trying or go back to chat gpt? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions