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.2.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.2.4
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 4, 2023

  1. Sync dev to master. (#93)

    * Address block style package issue #84 #88
    
    * Use cache key for upload artifact name #89.
    
    * Sync master back to dev. (#92)
    
    * Fix if condition for upload-logs step (#87)
    
    Previously the if condition was always evaluating to a truthy string
    (e.g. 'false == "true"' or 'true == "true"') as the string comparison
    (`== 'true'`) was not inside the expression syntax (`${{ }}`) and thus
    being treated as a string rather than being evaluated.
    
    * Introduce a force update value for reloading cache #82
    
    ---------
    
    Co-authored-by: Leroy Hopson <github@leroy.geek.nz>
    
    ---------
    
    Co-authored-by: Leroy Hopson <github@leroy.geek.nz>
    awalsh128 and lihop authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    622a4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    5b6c3ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270eae5 View commit details
    Browse the repository at this point in the history
Loading