Skip to content

Commit ee58b58

Browse files
authored
Update content/actions/creating-actions/dockerfile-support-for-github-actions.md
1 parent 9b07b71 commit ee58b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Using the example Dockerfile above, {% data variables.product.product_name %} wi
8585

8686
# `$#` expands to the number of arguments and `$@` expands to the supplied `args`
8787
printf '%d args:' "$#"
88+
printf $' \'%s\'' "$@"
8889
printf ' <%s>' "$@"
8990
echo
9091
```

0 commit comments

Comments
 (0)