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: actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 4 commits
  • 14 files changed
  • 4 contributors

Commits on Apr 10, 2025

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

Commits on Apr 25, 2025

  1. fix(README): use v2 in examples (#234)

    Fixes #232
    CarolMebiom authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    9ba274d View commit details
    Browse the repository at this point in the history
  2. fix: use core.getBooleanInput() to retrieve boolean input values (#223

    )
    
    This PR switches from evaluating values passed to `skip-token-revoke` as
    true if they are truthy in JavaScript, to using `getBooleanInput`. This
    change ensures that only proper YAML boolean values are recognized,
    preventing unintended evaluations to true.
    - The definition of `getBooleanInput` is here: definition of
    `core#getBooealnInput` is here:
    https://github.com/actions/toolkit/blob/930c89072712a3aac52d74b23338f00bb0cfcb24/packages/core/src/core.ts#L188-L208
    
    The documentation states, `"If truthy, the token will not be revoked
    when the current job is complete"`, so this change could be considered a
    breaking change. This means that if there are users who rely on `truthy`
    and expect values like whitespace or `"false"` to be evaluated as true
    (though this is likely rare), it would be a breaking change.
    - `Boolean(" ")` and `Boolean("false")` are both evaluated as true.
    
    Alternatively, it can simply be considered a fix. How to handle this is
    up to the maintainer.
    
    Resolves #216
    Yang-33 authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    c3c17c7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. build(release): 2.0.3 [skip ci]

    ## [2.0.3](v2.0.2...v2.0.3) (2025-05-01)
    
    ### Bug Fixes
    
    * **README:** use `v2` in examples ([#234](#234)) ([9ba274d](9ba274d)), closes [#232](#232)
    * use `core.getBooleanInput()` to retrieve boolean input values ([#223](#223)) ([c3c17c7](c3c17c7))
    semantic-release-bot committed May 1, 2025
    Configuration menu
    Copy the full SHA
    30bf625 View commit details
    Browse the repository at this point in the history
Loading