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: padok-team/github-actions-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GoaDane/github-actions-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 9, 2020

  1. create yml

    GoaDane authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    fd30563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b3915 View commit details
    Browse the repository at this point in the history
  3. Introduce breaking change

    GoaDane committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    9feb6b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from GoaDane/awesome-feature

    Introduce breaking change
    GoaDane authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c360958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f1adc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfe683e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. spelling error

    GoaDane committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    54429d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dec99c View commit details
    Browse the repository at this point in the history
  3. env-- correction

    GoaDane authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fb9e5b6 View commit details
    Browse the repository at this point in the history
  4. update

    step 7
    GoaDane authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e3a9c7c View commit details
    Browse the repository at this point in the history
  5. update 2

    : after environment
    GoaDane authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    86f4727 View commit details
    Browse the repository at this point in the history
  6. update test

    add # Set up Kustomize.
    - name: Set up Kustomize
      run: |-
        curl -sfL https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz | tar -xzf -
        sudo mv kustomize /usr/local/bin/
    GoaDane authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5361fd1 View commit details
    Browse the repository at this point in the history
  7. Update main.yml

    3
    GoaDane authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b478cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. update all

    last steps added.
    GoaDane authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    cc772e2 View commit details
    Browse the repository at this point in the history
Loading