-
The situation happened because of a merge conflict in my PR. |
Beta Was this translation helpful? Give feedback.
Answered by
jackton1
Apr 18, 2024
Replies: 1 comment
-
Hi @Sandruz, this can be controlled via the 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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jackton1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Sandruz, this can be controlled via the
fetch_missing_history_max_retries
input using the latest v44.2.0 release