Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine: can't render step outputs with a - in them #69

Closed
abelanger5 opened this issue Jan 3, 2024 · 0 comments
Closed

engine: can't render step outputs with a - in them #69

abelanger5 opened this issue Jan 3, 2024 · 0 comments

Comments

@abelanger5
Copy link
Contributor

For example, this will fail because the - is not permitted as a field reference:

name: example-workflow
version: 0.1.0
triggers:
  events:
    - user:create
jobs:
  post-user-create:
    steps:
      - id: example-step
        action: default:action1
        with:
          object: '{{ .input.json }}'
      - id: example-step-2
        action: default:action2
        with:
          object: '{{ .steps.example-step.json }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant