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: Andrew-Chen-Wang/github-wiki-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: Andrew-Chen-Wang/github-wiki-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 24, 2020

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

Commits on Nov 26, 2020

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

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    795ebba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc1f34 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Disable git safe repo check and optimize behavior (#10)

    * Disable git safe repo check and optimize behavior
    
    List of changes:
    
    - Add global config option to make our clone directory "safe". Without
      this, the github action fails completely due to some security features
      implemented in the newest version of git.
    - Consolidated a lot of git operations toward the bottom of the
      entrypoint script to avoid popping in & out of the clone directory
      more than needed.
    - Use `clone` instead of `init` + `pull` for simpler logic and automatic
      `origin` remote to make later operations simpler.
    - The final `git push` command has been simplified greatly.
    
    * Use `GH_NAME` in the clone URL.
    rcdailey authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    194d37f View commit details
    Browse the repository at this point in the history
Loading