added missing reference on deploy workflow

This commit is contained in:
Alysia Broddrick 2023-11-28 18:51:37 -08:00
parent be1f475add
commit 056ef6f894
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -21,6 +21,7 @@ jobs:
|| startsWith(github.head_ref, 'dk/')
|| startsWith(github.head_ref, 'es/')
|| startsWith(github.head_ref, 'ky/')
|| startsWith(github.head_ref, 'backup/')
outputs:
environment: ${{ steps.var.outputs.environment}}
runs-on: "ubuntu-latest"