Giter VIP home page Giter VIP logo

cider-action's Introduction

Cider Action

A Github Action for Cider, the App Store submission tool for Apple apps


Release GitHub Marketplace test codecov

This action makes it easy to use Cider in your Github Actions workflows.

Usage

- uses: actions/checkout@v2
- uses: cidertool/cider-action@v0
  with:
      # Version of Cider to use. For example, 'v0.0.2'
      # Default: latest
      version: 'latest'
      # Arguments to pass to Cider. See the Command Reference for guidance on what's supported. This field is required because otherwise Cider won't do anything of consequence.
      #
      # https://cidertool.github.io/cider/commands/
      args: ''
      # Workdir is the current directory to run Cider from, relative to the repository root.
      # Default: '.'
      workdir: '.'
  env:
      # The auto-generated GitHub token is required in order to download release assets from the GitHub API.
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Run this in any context you see fit to use Cider to update app metadata or submit new versions of your apps to the App Store.

Contributing

Contributions are always welcome. If you want to get involved or you just want to offer feedback, please see CONTRIBUTING.md for details.

License

This library is licensed under the MIT License

cider-action's People

Contributors

aaronsky avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.