We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-
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 }}'
The text was updated successfully, but these errors were encountered:
fix: allow rendering step runs with - in name (fixes #69)
c8ba302
76d38d1
No branches or pull requests
For example, this will fail because the
-
is not permitted as a field reference:The text was updated successfully, but these errors were encountered: