Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dynamods/actions
- Owner: DynamoDS
- Created: 2024-03-05T23:13:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T12:53:33.000Z (4 months ago)
- Last Synced: 2024-09-05T15:13:49.234Z (4 months ago)
- Topics: github-actions, github-composite-actions
- Language: Shell
- Homepage: https://dynamods.github.io/actions/
- Size: 621 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)