Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBarrow authored Mar 28, 2023
1 parent 93b4cc7 commit 9478b06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,28 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v3

- name: Set Up CumulusCI
uses: RupertBarrow/setup-cumulus@rb/upgrade-to-setup-python-v_4_5_0
with:
cumulusci-version: '${{ inputs.cumulusci-version }}'
sfdx-version: '${{ inputs.sfdx-version }}'

- name: Authorize Dev Hub
uses: cumulus-actions/authorize-org@v1
with:
auth-url: '${{ inputs.dev-hub-auth-url }}'
org-name: dev-hub
dev-hub: true

- name: Run Flow
uses: RupertBarrow/cumulus-action-run-flow@main
with:
cumulusci-service-github: '${{ inputs.cumulusci-service-github }}'
org-name: '${{ inputs.org-name }}'
flow-name: '${{ inputs.flow-name }}'
flow-task-options: '${{ inputs.flow-task-options }}'

- name: Set Commit Status
if: ${{ inputs.commit-status-regex && inputs.commit-status-name }}
env:
Expand All @@ -70,6 +74,7 @@ runs:
-f description="${{ inputs.commit-status-description-prefix }}$STATUS" \
-f context='${{ inputs.commit-status-name }}'
shell: bash

- name: Delete Scratch Org
if: ${{ always() }}
shell: bash
Expand Down

0 comments on commit 9478b06

Please sign in to comment.