Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jetify-com/devbox-install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: jetify-com/devbox-install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 13, 2023

  1. Update version number on README.md

    Signed-off-by: Lucille Hua <[email protected]>
    LucilleH authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a87abee View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update devbox package install script (#6)

    ### Summary
    devbox CLI has deprecated support for 
    `devbox shell -- <cmd>`
    
    It is replaced by `devbox run -- <cmd>`.
    
    In the future when `devbox install` command is available, we can switch
    to using that instead.
    
    Related issue: jetify-com/devbox#790
    
    ### How was it tested?
    CICD
    LucilleH authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    02f6696 View commit details
    Browse the repository at this point in the history
Loading