A curated list of awesome actions to use on GitHub
-
Updated
Jul 7, 2022
{{ message }}
GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."
Taking Action With GitHub Actions
A curated list of awesome actions to use on GitHub
GitHub asks users to define workflow permissions, see https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/ and https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
Until recently, this repo did not follow the recommendations actions/starter-workflows#1072
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
At the moment, it's possible to do
toc: true
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.
GitHub Actions for GitHub Pages
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
I would like the ability to use the throttling plugin. I was going to create a PR but it looks like the octokit client is instantiated using the @actions/github package, which would mean I would need to make a PR for that codebase first and then create a PR for this codebase once that codebase has merged it.
So... is there a reason why this codebase is using @actions/github instead of just inc
Deploys a GitHub project to a FTP server using GitHub actions
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
A GitHub Action for configuring the Google Cloud SDK. The Google Cloud SDK includes both the gcloud and gsutil binaries.
Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
An Action to create releases via the GitHub Release API
GitHub Action that uploads coverage to Codecov
GitHub Actions for Hugo
GitHub Action for running Cypress end-to-end tests
Static checker for GitHub Actions workflow files
A Github Action used to build and publish Docker images
This issue relates to the func-style rule.
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the .eslintrc.json file to temporarily disable them.
This issue covers removing that temporary override and any changes to the typescript
An Action to upload a release asset via the GitHub Release API
Context
Test runner currently saves logs to the artifacts folder. (since game-ci/unity-test-runner#37) That way we can use test results reporter (which generates a html report)
Solution
Either we have to add a section to the readme, about how to run an additional action for producing the html report, or we should integrate the reporter in this action and s
Automatically commit changes made in your workflow run directly to your repo
GitHub Action for GoReleaser
Created by GitHub
Released October 16, 2018
Describe the bug
git diff-treeused by linter onpushchecks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.There are now 2 different
gitcommands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105).git diff-treeis u