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: awalsh128/cache-apt-pkgs-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: awalsh128/cache-apt-pkgs-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 17, 2025

  1. Add empty_packages_behavior option to handle empty package list (#154)

    Available options: 'error' (default), 'warn' and 'ignore'.
    tueda authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    a605dbd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    9f7a885 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Fix ls error when no tar files exist in cache restore (#170)

    * Initial plan
    
    * Fix ls error when no tar files exist in cache restore
    
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    Copilot and awalsh128 authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    2ae65d5 View commit details
    Browse the repository at this point in the history
  2. Add support for third-party PPA repositories via add-repository param…

    …eter (#173)
    
    * Initial plan
    
    * Add add-repository parameter support for third-party PPAs
    
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    
    * Add validation and complete PPA repository support implementation
    
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    
    * Remove accidentally committed log file and update .gitignore
    
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
    Copilot and awalsh128 authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    23602f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    acb598e View commit details
    Browse the repository at this point in the history
Loading