Hi. I really need help. I've download 'Win11_English_x64v1.iso' THREE times, now, each time with no recorded error. I say "recorded error" because downloading takes five hours and I'm in bed asleep…
Read moreIn my repository, we've got a workflow that pushes our code to staging on pushes to main; I want to turn that into a reusable workflow so I can call it from a second workflow that creates a release…
Read moreThis looks like you're trying to call the reusable workflow as a step, which isn't possible.
- uses: ./.github/workflows/staging.yml
with:
branch_name: ${{ env.NAME }}
Reus…
Read moreI was using copilot, it was working great and then 2 minutes later there is no suggestions anymore. I had the same issue yesterday but it somehow worked again this morning... Now it's not working a…
Read moreCopilot has made development so much simpler, but one issue would be really appreciated if resolved.
Being a nodejs developer, I need to import (require) from multiple files in the project. The rel…
I want to know what I haven't put on a list yet. Any easy way to fetch/query against this data?
Hello!
I would like to use the "Review Requests" page to track what needs my attention: https://github.com/pulls/review-requested
Unfortunately, I am listed as a reviewer on several stale…
Read moreEDIT: SOLVED MY PROBLEM. I TYPED THE HOMEPAGE WRONG IN THE PACKAGE.JSON
Hello, I need help with uploading my react project to github. It shows a blank page after I deployed it.
https://github.com/d…
Good day, I just wanna ask how to re apply my GitHub sponsor, I already submit a ticket to Github Support and please close with solution if this issue is already answered, thank you!
This is only a restriction for GHEC, GHES does not face this same restriction.
Read moreMy team is wanting to run a script across multiple organizations in our enterprise. One limi…