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: google-github-actions/deploy-appengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: google-github-actions/deploy-appengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.7
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 21, 2025

  1. Make project_id an optional input (#383)

    The code and readme specify the `project_id` as optional, but it is
    marked as required in the `action.yml` file. Marking it as optional
    
    <!--
    Thank you for proposing a pull request! Please note that SOME TESTS WILL
    LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
    forks.
    Someone from the team will review your Pull Request and respond.
    
    Please describe your change and any implementation details below.
    -->
    
    Signed-off-by: Ayush Goyal <ayushgoyal.iitkgp@gmail.com>
    DefCon-007 authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    60d3247 View commit details
    Browse the repository at this point in the history
  2. Remove optional project_id field (#387)

    Now that
    #383 is
    merged, we can make this optional.
    sethvargo authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    8bbe1d5 View commit details
    Browse the repository at this point in the history
  3. Release: v2.1.7 (#388)

    ## What's Changed
    * Make `project_id` an optional input by @DefCon-007 in
    #383
    * Remove optional project_id field by @sethvargo in
    #387
    
    ## New Contributors
    * @DefCon-007 made their first contribution in
    #383
    
    **Full Changelog**:
    v2.1.6...v2.1.7
    google-github-actions-bot authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    e49c9f4 View commit details
    Browse the repository at this point in the history
Loading