Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dynamods/actions

collection of composite actions
https://github.com/dynamods/actions

github-actions github-composite-actions

Last synced: about 1 month ago
JSON representation

collection of composite actions

Awesome Lists containing this project

README

        

# Actions

Collection of compostite actions

name | description | docs | example workflow | status
-----|-------------|------|------------------|-------
[Greeting](https://github.com/DynamoDS/actions/blob/master/greeting/action.yml) | Greeting | [docs](greeting/README.md) | [greeting_action.yml](.github/workflows/greeting_action.yml) | [![Greeting (Action)](https://github.com/DynamoDS/actions/actions/workflows/greeting_action.yml/badge.svg)](https://github.com/DynamoDS/actions/actions/workflows/greeting_action.yml)
[MSBuild](https://github.com/DynamoDS/actions/blob/master/msbuild/action.yml) | Build .NET solution with MSBuild | [docs](msbuild/README.md) | [msbuild_action.yml](.github/workflows/msbuild_action.yml) | [![MSBuild (Action)](https://github.com/DynamoDS/actions/actions/workflows/msbuild_action.yml/badge.svg)](https://github.com/DynamoDS/actions/actions/workflows/msbuild_action.yml)
[Notify Slack](https://github.com/DynamoDS/actions/blob/master/notify_slack/action.yml) | Send notification to Slack | [docs](notify_slack/README.md) | [notify_slack_action.yml](.github/workflows/notify_slack_action.yml) | [![Notify Slack (Action)](https://github.com/DynamoDS/actions/actions/workflows/notify_slack_action.yml/badge.svg)](https://github.com/DynamoDS/actions/actions/workflows/notify_slack_action.yml)
[NPM Build](https://github.com/DynamoDS/actions/blob/master/npm_build/action.yml) | Build a Node.js project | [docs](npm_build/README.md) | [npm_build_action.yml](.github/workflows/npm_build_action.yml) | [![NPM Build (Action)](https://github.com/DynamoDS/actions/actions/workflows/npm_build_action.yml/badge.svg)](https://github.com/DynamoDS/actions/actions/workflows/npm_build_action.yml)
[Sync Repo](https://github.com/DynamoDS/actions/blob/master/sync_repo/action.yml) | Sync Repository | [docs](sync_repo/README.md) | [sync_repo_action.yml](.github/workflows/sync_repo_action.yml) | [![Sync Repo (Action)](https://github.com/DynamoDS/actions/actions/workflows/sync_repo_action.yml/badge.svg)](https://github.com/DynamoDS/actions/actions/workflows/sync_repo_action.yml)

More info:

- [Creating a composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action)
- [Wiki](https://wiki.autodesk.com/pages/viewpage.action?pageId=2009017625)