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 input options related to copy() #161

Merged
merged 5 commits into from Jan 13, 2022
Merged

Commits on Jan 13, 2022

  1. Add absolute_build_dir input option

    This commit adds absolute_build_dir as an additional input. If the
    option is set, the provided build_dir argument won't be treated as a
    relative path to the current working directory anymore. This is helpful
    in environments like Nix, where the build is output to a static folder
    (for example /nix/store).
    
    Closes crazy-max#159.
    yrd committed Jan 13, 2022
    Copy the full SHA
    b5e3bd6 View commit details
    Browse the repository at this point in the history
  2. Add follow_symlinks option

    This option allows symbolic links in the source directory to be
    followed, recursively copying the entire directory structure.
    yrd committed Jan 13, 2022
    Copy the full SHA
    b2af186 View commit details
    Browse the repository at this point in the history
  3. Update outputs

    yrd committed Jan 13, 2022
    Copy the full SHA
    d57754d View commit details
    Browse the repository at this point in the history
  4. Add missing inputs to action.yml

    yrd committed Jan 13, 2022
    Copy the full SHA
    22a2ed6 View commit details
    Browse the repository at this point in the history
  5. Add default values to input options

    This concerns absolute_build_dir and follow_symlinks.
    
    Co-authored-by: CrazyMax <github@crazymax.dev>
    yrd and crazy-max committed Jan 13, 2022
    Copy the full SHA
    76d2ca8 View commit details
    Browse the repository at this point in the history