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: v1.10.4
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: v1.11.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 11, 2024

  1. feat: allow repositories input to be comma or newline-separated (#169)

    Resolves #106
    
    - Fixes the parsing to cope with whitespace in the input string.
    - Allows the input to be comma or newline-separated. (I've done this for
    all array-type inputs in my own actions, but I'm happy to remove this if
    you only want to support comma-separated.)
    - Added tests for parsing comma and newline-separated inputs.
    peter-evans authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    796b88d View commit details
    Browse the repository at this point in the history
  2. build(release): 1.11.0 [skip ci]

    # [1.11.0](v1.10.4...v1.11.0) (2024-09-11)
    
    ### Features
    
    * allow repositories input to be comma or newline-separated ([#169](#169)) ([796b88d](796b88d))
    semantic-release-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5d869da View commit details
    Browse the repository at this point in the history
Loading