Skip to content

Commit

Permalink
reset state
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 8, 2025
1 parent 6360b93 commit c481053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}vrt-no-flag'
state: ${{ needs.vrt-reports.outputs.vrt-no-flag }}
state: 'success'
deployment-id: ${{ steps.vrt-no-flag.outputs.deployment_id }}
- name: Update vrt-no-flag deployment status (failure)
if: failure()
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}vrt-all-flags'
state: ${{ needs.vrt-reports.outputs.vrt-all-flags }}
state: 'success'
deployment-id: ${{ steps.vrt-all-flags.outputs.deployment_id }}
- name: Update vrt-all-flags deployment status (failure)
if: failure()
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}aat-no-flag'
state: ${{ needs.aat-reports.outputs.aat-no-flag }}
state: 'success'
deployment-id: ${{ steps.aat-no-flag.outputs.deployment_id }}
- name: Update aat-no-flag deployment status (failure)
if: failure()
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}aat-all-flags'
state: ${{ needs.aat-reports.outputs.aat-all-flags }}
state: 'success'
deployment-id: ${{ steps.aat-all-flags.outputs.deployment_id }}
- name: Update aat-all-flags deployment status (failure)
if: failure()
Expand Down

0 comments on commit c481053

Please sign in to comment.