Skip to content

Commit

Permalink
Need to hold of on deploying the create deployment action because of …
Browse files Browse the repository at this point in the history
…a context commit status error
  • Loading branch information
hpractv committed Feb 6, 2024
1 parent 71372c2 commit 6ad3e73
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/im-reusable-finish-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,18 @@ jobs:
timezone: ${{ inputs.timezone }}

# Only run this step if Tech Hub metadata.name value is passed in
- name: Create GitHub Deployment
if: ${{ inputs.entity != null }}
uses: im-open/[email protected]
with:
workflow-actor: ${{ github.actor }} # This will add the user who kicked off the workflow to the deployment payload
token: ${{ secrets.GITHUB_TOKEN }} # Special per-job token generated by GH for interacting with the repo
environment: ${{ inputs.deployment-environment }}
release-ref: ${{ inputs.release-tag }}
deployment-status: ${{ steps.conclusion.outputs.workflow_conclusion }}
deployment-description: 'Deployment to the ${{ inputs.deployment-environment }} environment of ${{ inputs.release-tag }}'
entity: ${{ inputs.entity }}
instance: ${{ inputs.instance || inputs.target-slot }}
# - name: Create GitHub Deployment
# if: ${{ inputs.entity != null }}
# uses: im-open/[email protected]
# with:
# workflow-actor: ${{ github.actor }} # This will add the user who kicked off the workflow to the deployment payload
# token: ${{ secrets.GITHUB_TOKEN }} # Special per-job token generated by GH for interacting with the repo
# environment: ${{ inputs.deployment-environment }}
# release-ref: ${{ inputs.release-tag }}
# deployment-status: ${{ steps.conclusion.outputs.workflow_conclusion }}
# deployment-description: 'Deployment to the ${{ inputs.deployment-environment }} environment of ${{ inputs.release-tag }}'
# entity: ${{ inputs.entity }}
# instance: ${{ inputs.instance || inputs.target-slot }}

- name: Configure facts for team's notification channel
if: always()
Expand Down

0 comments on commit 6ad3e73

Please sign in to comment.