Skip to content

Changes from localhost #52

Changes from localhost

Changes from localhost #52

- name: Delete Deployment Environment

Check failure on line 1 in .github/workflows/delete-deployments.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/delete-deployments.yml

Invalid workflow file

(Line: 1, Col: 12): A sequence was not expected
# You may pin to the exact commit or the version.
# uses: strumwolf/delete-deployment-environment@a4825dd9648c57da8437a4885c3fcad58beac69c
uses: strumwolf/delete-deployment-environment@v3.0.0
with:
# GitHub access token
token:
# Environment to be deleted
environment:
# The `head_ref` or source branch name of the deployment to delete
ref: # optional
# Only remove deployments, keep the environment. Defaults to false
onlyRemoveDeployments: true # optional
# Only inactive deployments, keep the environment and deployments. Defaults to false
onlyDeactivateDeployments: # optional