Skip to content

Instantly share code, notes, and snippets.

@nimboya
Last active October 6, 2024 16:57
Show Gist options
  • Save nimboya/0c8c948599c4d34c7b5cba2bed51e6b9 to your computer and use it in GitHub Desktop.
Save nimboya/0c8c948599c4d34c7b5cba2bed51e6b9 to your computer and use it in GitHub Desktop.
Composite Action Reusable Workflow
# Reusable Workflow
uses: MyCloudSeries/deploy-app/.github/workflows/deploy.yml
with:
service_name: myapp
environment: dev
url: myapp.mycloudseries.com
# Composite Action
- name: Deploy My Application
uses: MyCloudSeries/deploy-action@v1
with:
service_name: myapp
environment: dev
url: myapp.mycloudseries.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment