Skip to content

Commit f295b9a

Browse files
style: pre-commit fixes
1 parent ecfa058 commit f295b9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/guides/gha_basic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ actions have outputs, and bash actions can manually write to output:
226226
```
227227

228228
You can now refer to this step in a later step with
229-
`${{ steps.someid.outputs.something }}`. You also can get it from another job by using
230-
`${{ needs.<jobname>.outputs.something }}`. The `toJson()` function is useful
231-
for inputting JSON - you can even generate matrices dynamically this way!
229+
`${{ steps.someid.outputs.something }}`. You also can get it from another job by
230+
using `${{ needs.<jobname>.outputs.something }}`. The `toJson()` function is
231+
useful for inputting JSON - you can even generate matrices dynamically this way!
232232

233233
#### Pretty output
234234

0 commit comments

Comments
 (0)