defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
10 stars 1 forks source link

Update env field that only applies to the cmd and wait task types to also work with task reference #144

Open zachariahmiller opened 5 days ago

zachariahmiller commented 5 days ago

Is your feature request related to a problem? Please describe

the env field only applies to the cmd and wait task types currently (not task references)

When implemented, this should work:


  - name: create-doug
    actions:
      - task: setup:create-doug-user
        env:
          - KEYCLOAK_GROUP=/UDS Core/Admin
zachariahmiller commented 5 days ago

@JeffResc FYI