Skip to content

Commit

Permalink
Merge pull request #12 from reload/activity-types-1
Browse files Browse the repository at this point in the history
Pass along activity types
  • Loading branch information
rasben authored Sep 3, 2024
2 parents ecf6300 + 8fb2f47 commit 633f48e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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 Expand Up @@ -55,6 +61,7 @@ runs:
ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }}
PSH_DETECTION_WAIT: ${{ inputs.PSH_DETECTION_WAIT }}
ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }}
ACTIVITY_TYPES: ${{ inputs.ACTIVITY_TYPES }}

- name: Check latest deploy status
shell: bash
Expand Down

0 comments on commit 633f48e

Please sign in to comment.