Skip to content

Commit

Permalink
Fix step actions documentation
Browse files Browse the repository at this point in the history
It was referencing a Task instead of a TaskRun. And since TaskSpec can
only be used in TaskRun, it was failing.
  • Loading branch information
chmouel committed Dec 15, 2023
1 parent 5e3b0dc commit ee7871a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stepactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ When referencing a `StepAction`, a `Step` can also provide it with `params`, jus

```yaml
apiVersion: tekton.dev/v1
kind: Task
kind: TaskRun
metadata:
name: step-action
generateName: step-action-
spec:
taskSpec:
params:
Expand Down

0 comments on commit ee7871a

Please sign in to comment.