Merge 70dd466f58cafec5e1bfd715a84558bb5cd01fe5 into 0edccf33480b95bf7547b90187c31e9ab2cb070d

This commit is contained in:
Michael Heap 2024-11-28 11:15:33 +00:00 committed by GitHub
commit b1bd240b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -568,5 +568,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean.
- [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)
- [Building GitHub Actions](https://actionsbook.com/)
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.