MtnBurrit0 8 months ago committed by GitHub
parent
commit
b6d19f27e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/_ephemeral_environment_manager.yml

2
.github/workflows/_ephemeral_environment_manager.yml

@ -70,7 +70,7 @@ jobs: @@ -70,7 +70,7 @@ jobs:
run: |
if ! git rev-parse --verify origin/${{ env.BRANCH_NAME }}; then
git checkout -b ${{ env.BRANCH_NAME }}
git push
git push origin ${{ env.BRANCH_NAME }}
fi
cleanup:

Loading…
Cancel
Save