Skip to content

Commit

Permalink
Fix params-applied example
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Torres Castro authored and tekton-robot committed Jan 24, 2020
1 parent 4bf69d6 commit 0c58b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/taskruns/step-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
image: python
script: |
#!/usr/bin/env python3
v = '$(input.params.PARAM)'
v = '$(inputs.params.PARAM)'
if v != 'param-value':
print('Param values not applied')
print('Got: ', v)
Expand Down

0 comments on commit 0c58b56

Please sign in to comment.