https://github.com/dynamods/actions
collection of composite actions
https://github.com/dynamods/actions
github-actions github-composite-actions shared-resources
Last synced: 21 days ago
JSON representation
collection of composite actions
- Host: GitHub
- URL: https://github.com/dynamods/actions
- Owner: DynamoDS
- Created: 2024-03-05T23:13:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-20T20:28:45.000Z (about 1 month ago)
- Last Synced: 2026-04-20T22:31:36.309Z (about 1 month ago)
- Topics: github-actions, github-composite-actions, shared-resources
- Language: Shell
- Homepage: https://dynamods.github.io/actions/
- Size: 653 KB
- Stars: 0
- Watchers: 3
- 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) | [](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) | [](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) | [](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) | [](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) | [](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)