Replies: 7 comments 9 replies
-
This needs to be updated as actions-importer is GA. |
Beta Was this translation helpful? Give feedback.
-
How do we contact Support about problems with standard Actions runners (such as the ongoing random networking issues since the beginning of 2023)? The Support page appears to not consider that there might be reportable problems with Actions there and so just leads back here. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Just checked the documentation and in this part https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-contexts should the "run" command be like: I dunno if this is the correct place to ask this. Sorry. |
Beta Was this translation helpful? Give feedback.
-
I have a question about the events. I understand that we define the event that triggers the action in the workflow file but is there any way to limit and check what event was triggered in the action repo itself? Thanks! |
Beta Was this translation helpful? Give feedback.
-
🚢 GitHub Actions helps you automate your software development workflows from within GitHub.
We want to make it easier for you to find the information you need quickly and accurately. The list of FAQs below includes some of the common questions that users ask in the community or might have on top of their minds while using GitHub Actions.
If you don’t see your question or want to share any feedback, please feel free to post it in the community. This post will be updated from time to time to best serve its purpose.
What are Runners and how do I decide which one I should use?
A runner consists of the machine (Virtual Machine + Hardware) and runner application on which Actions jobs run (see documentation).
Runners can be either hosted and managed by GitHub or Self-Hosted by the user on their own infrastructure. Read the difference between the two here.
GitHub also offers Large hosted runners with more RAM and CPU, a feature currently in beta for organizations and enterprises using the GitHub Team or GitHub Enterprise Cloud plans.
There is comprehensive documentation available to help you decide the best runner for your use case.
How can I create an Action and version it?
Actions are reusable pieces of code created with Javascript or Docker containers. In general, Javascript is more portable because it can run on Linux/Mac/Windows whereas Docker can only run on Linux VMs.
You can easily try out the features of GitHub Actions with this quick start guide and create your own action in less than 5 minutes.
You can also make use of thousands of community-powered Actions from the GitHub Marketplace where many of the Actions are officially maintained by GitHub. Actions with blue checkmarks are from verified creators, which means they have been created and maintained by a GitHub technology partner, in close collaboration with the GitHub team.
For versioning your Action, please check out this guide for more information.
Actions have stopped working for me or they are running intermittently. What do I do?
We update our status page in case of an ongoing issue or incident. If you see an open incident, this means that we are looking into it already. If not, please ask the GitHub community or contact Support.
I want to learn more about GitHub Action. Where do I get started?
We have crafted learning paths that are a collection of guides that help you get started with GitHub Actions.
What are the usage and spending limits for GitHub Actions?
You can easily stay on top of your GitHub Actions usage and spending limits.
How can I migrate to GitHub Actions from a different tool?
GitHub Actions Importer helps plan, forecast, and automate the migration of Azure DevOps, CircleCI, GitLab, Jenkins, and Travis CI pipelines to GitHub Actions. Head over to the GitHub documentation to learn how to get started with GitHub Actions Importer.
How do I monitor and troubleshoot my Action workflows?
You can use the tools in GitHub Actions to monitor and troubleshoot your workflows. While troubleshooting your workflows, if the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.
What is GitHub Actions on Mobile?
Actions on Mobile allows you to stay on top of the Actions status (like view workflow runs, pull request checks, re-running Actions and viewing logs) and take basic action based on this information (like re-run and cancel). For details, see this detailed blog post
GitHub Action is stuck in the queue. What should I do?
How do I know which Actions are available to use?
Many of the Actions officially maintained by GitHub are located in the https://github.com/actions repo. There are also thousands of community-powered Actions that are discoverable from the GitHub Marketplace. Actions with blue checkmarks ✔️ are from verified creators, which means they have been created and maintained by a GitHub technology partner, in close collaboration with the GitHub team.
I want to enable GitHub Actions for my organization. Where do I get started?
To plan your adoption and make decisions about how your enterprise will use GitHub Actions to best support your unique needs, see how you can plan to roll out GitHub Actions in your enterprise. For more information and to get started, check out this documentation.
Beta Was this translation helpful? Give feedback.
All reactions