Skip to content

Commit

Permalink
Pass along activity types
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben authored Sep 3, 2024
1 parent ecf6300 commit e971cca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ inputs:
required: false
type: string

ACTIVITY_TYPES:
description: "Comma-seperated types of deployments to wait for. Default: push - See types here: https://docs.platform.sh/integrations/activity/reference.html#environment-activity-types"
default: "push"
required: true
type: string

DEPLOY_STATUS_PATH:
description: 'The location of the deploy-status file on the website.'
default: '/sites/default/files/deploy-status'
Expand Down

0 comments on commit e971cca

Please sign in to comment.