diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b78769a..70cce7c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,8 @@ jobs: deploy: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }} - environment: ${{ github.event.workflow_run.head_branch == 'devel' && 'qs' || 'prod' }} + environment: + name: ${{ github.event.workflow_run.head_branch == 'devel' && 'qs' || 'prod' }} steps: - uses: actions/checkout@v4