Skip to content

It would be possible to make this value a configurable parameter? #2051

Answered by jackton1
Sandruz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Sandruz, this can be controlled via the fetch_missing_history_max_retries input using the latest v44.2.0 release

  changed_files:
    runs-on: ubuntu-latest
    name: Test changed-files
    steps:
      - uses: actions/checkout@v4
      
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v44
        with:
          fetch_missing_history_max_retries: 1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jackton1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants