Skip to content

Commit

Permalink
Added github deployment description
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 26, 2021
1 parent f8cb514 commit e4c631a
Show file tree
Hide file tree
Showing 5 changed files with 13,084 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -65,6 +65,7 @@ jobs:
- `alias: ${{ github.head_ref }}` replicates the [branch deploy prefix](https://docs.netlify.com/site-deploys/overview/#definitions)
- `alias: deploy-preview-${{ github.event.number }}` replicates the [deploy preview prefix](https://docs.netlify.com/site-deploys/overview/#definitions)
- `github-deployment-environment` Environment name of GitHub Deployments
- `github-deployment-description` Description of the GitHub Deployment

### Paths are relative to the project's root
All paths (eg, `publish-dir`, `netlify-config-path`, `functions-dir`) are relative to the project's root or absolute paths.
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -41,6 +41,9 @@ inputs:
github-deployment-environment:
description: Environment name of GitHub Deployments
required: false
github-deployment-description:
description: Description of the GitHub Deployment
required: false
outputs:
deploy-url:
description: Deploy URL
Expand Down

0 comments on commit e4c631a

Please sign in to comment.