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: dkhamsing/open-source-ios-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dkhamsing/open-source-ios-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update
Choose a head ref
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 26, 2021

  1. Create update.yml

    name: Update metadata
    
    on: workflow_dispatch
    
    jobs:
      Categories:
        runs-on: ubuntu-latest
        steps:
        - uses: actions/checkout@v2
        - uses: actions/setup-ruby@v1
          with:
            ruby-version: 2.6
        - name: Run scripts
          run: ruby .github/osia_update_github.rb
    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b81805a View commit details
    Browse the repository at this point in the history
  2. Update update.yml

    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    3ef8981 View commit details
    Browse the repository at this point in the history
  3. Create test.yml

    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d239505 View commit details
    Browse the repository at this point in the history
  4. Update update.yml

    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f4d8a69 View commit details
    Browse the repository at this point in the history
  5. Delete test.yml

    [ci skip]
    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5c3b18a View commit details
    Browse the repository at this point in the history
  6. Update update.yml

    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f2f5afc View commit details
    Browse the repository at this point in the history
  7. Update update.yml

    dkhamsing authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c97199b View commit details
    Browse the repository at this point in the history
Loading