Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add distribution_url property to override download URL #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. Add distribution_url property to override download URL.

    Adds a `distribution_url` property to the action, which overrides
    the download URL unconditionally. It is up to the caller to
    provide an archive which works on their Github Actions runner;
    there is no way (at this time) to vary the distribution URL by
    architecture or OS.
    
    - feat: add `distribution_url` input option
    - feat: honor `distribution_url` in all branches
    - chore: update docs with `distribution_url` info
    
    Fixes and closes graalvm#60
    
    Signed-off-by: Sam Gammon <[email protected]>
    sgammon committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0711c08 View commit details
    Browse the repository at this point in the history