1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge pull request #33481 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-12-12 18:54:15 -08:00
committed by GitHub

View File

@@ -85,9 +85,8 @@ Using the example Dockerfile above, {% data variables.product.product_name %} wi
# `$#` expands to the number of arguments and `$@` expands to the supplied `args`
printf '%d args:' "$#"
printf $' \'%s\'' "$@"
printf ' <%s>' "$@"
echo
printf " '%s'" "$@"
printf '\n'
```
Your code must be executable. Make sure the `entrypoint.sh` file has `execute` permissions before using it in a workflow. You can modify the permission from your terminal using this command: