The example bellow shows that the action parameters are (most likely) passed as command line argument(s), as such prone to ARG_MAX limit for large ${{ toJSON( github ) }} context.
- name: Repository checkout
uses: Wandalen/wretry.action@v3.8.0
with:
attempt_limit: 2
attempt_delay: 10000
action: actions/checkout@v4.2.2
with: |
fetch-depth: 0
filter: tree:0
show-progress: false
Run Wandalen/wretry.action@v3.8.0
Run Wandalen/wretry.action@v3.8.0_js_action
Error: An error occurred trying to start process '/home/runner/externals/node20/bin/node' with working directory '/home/runner/_work/gh-group-name/gh-repo-name'. Argument list too long
The example bellow shows that the action parameters are (most likely) passed as command line argument(s), as such prone to ARG_MAX limit for large
${{ toJSON( github ) }}context.