From 9653885325d79d972dd6740cc48b64f42897f027 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Fri, 6 Dec 2019 13:28:49 +0530 Subject: [PATCH] Add tutorial link for integrating Github actions with rails --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c93d0d..3fa8c8b 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Jekyll Diff Action](https://github.com/David-Byrne/jekyll-diff-action) - Diffs the built Jekyll site after a change, and comments the result back to GitHub. - [Branch Protection Bot](https://github.com/benjefferies/branch-protection-bot) - Temporarily disable and re-enable "Include administrators" option in branch protection. - [Next SemVers](https://github.com/WyriHaximus/github-action-next-semvers) - Output the next version for major, minor, and patch version based on the given semver version. -- [Wait for commit statuses](https://github.com/WyriHaximus/github-action-wait-for-status) - Wait until all statuses and checks are successful or any of them has failed and set its status output accordingly. +- [Wait for commit statuses](https://github.com/WyriHaximus/github-action-wait-for-status) - Wait until all statuses and checks are successful or any of them has failed and set its status output accordingly. - [Get Latest Tag](https://github.com/WyriHaximus/github-action-get-previous-tag) - Get the previous tag from git. - [Create Milestone](https://github.com/WyriHaximus/github-action-create-milestone) - Create a new open milestone given the title and description. - [Close Milestone](https://github.com/WyriHaximus/github-action-close-milestone) - Close the given milestone. @@ -432,6 +432,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) - [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) - [Working with GitHub Actions](https://jeffrafter.com/working-with-github-actions) +- [GitHub Actions for Rails Developers](https://www.youtube.com/watch?v=gGUXydw22zw) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information