diff --git a/README.md b/README.md index 28102bf..8d911f4 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) +- [GitHub Actions for Docker](https://github.com/docker/github-actions) ### Utility @@ -186,6 +187,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files. - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. +- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. #### Environments @@ -406,6 +408,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action) - [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot) - [Assume AWS role](https://github.com/nordcloud/aws-assume-role/) +- [Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action) ### Frontend Tools @@ -432,7 +435,9 @@ Set up your GitHub Actions workflow with a specific version of your programming - [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) +- [Run Pascal Script](https://github.com/fabasoad/pascal-action) - [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. +- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Database @@ -440,7 +445,8 @@ Set up your GitHub Actions workflow with a specific version of your programming ### Localization -- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) +- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) +- [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. ### Cheat Sheet