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

copy_file: Add parameter to allow symlinks #252

Merged
merged 6 commits into from Jul 10, 2020

Commits on Jun 3, 2020

  1. copy_file: Add parameter to allow symlinks

    This change adds a new parameter `allow_symlinks` to `copy_file` that
    allows the action to create a symlink instead of doing an expensive
    copy if the execution platform (host) allows it.
    
    Updates bazelbuild#248
    Yannic committed Jun 3, 2020
    Copy the full SHA
    89daac6 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Yannic committed Jun 3, 2020
    Copy the full SHA
    19a9509 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Copy the full SHA
    e673dfb View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Yannic committed Jun 4, 2020
    Copy the full SHA
    3f09487 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. s/_impl/_copy_file_impl/

    Yannic committed Jun 18, 2020
    Copy the full SHA
    f8a91da View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Copy the full SHA
    073a069 View commit details
    Browse the repository at this point in the history