Skip to content

Commit d20cb9c

Browse files
committed
Fix hardcoded retries value.
1 parent cad323e commit d20cb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- uses: actions/github-script@v7
1616
with:
1717
result-encoding: string
18-
retries: 3
18+
retries: ${{ inputs.retries }}
1919
script: |
2020
// Function to check if a value is unique in an array
2121
function onlyUnique(value, index, array) {

0 commit comments

Comments
 (0)