Skip to content

Argument list too long #182

@norbertwnuk

Description

@norbertwnuk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions