Skip to content

Commit

Permalink
feat: add option to set custom distributionsBaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Feb 28, 2024
1 parent f0a708c commit 6b96bd8
Show file tree
Hide file tree
Showing 8 changed files with 1,436 additions and 1,400 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ inputs:
used to replace the source version placeholder.
required: false
default: 'Update Gradle Wrapper from %sourceVersion% to %targetVersion%'

distributions-base-url:
description: 'Sets a custom base url to download the distributions'
required: false
default: ''
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit 6b96bd8

Please sign in to comment.