An open API service indexing awesome lists of open source software.

https://github.com/0xtlt/sync-shopify-2.0-action

Github action of the software: "Sync Shopify 2.0" which is a tool software which synchronize the files of a given shopify theme folder with one or multiples shopify stores online.
https://github.com/0xtlt/sync-shopify-2.0-action

shopify

Last synced: about 2 months ago
JSON representation

Github action of the software: "Sync Shopify 2.0" which is a tool software which synchronize the files of a given shopify theme folder with one or multiples shopify stores online.

Awesome Lists containing this project

README

          

# Sync Shopify 2.0 Action

This action syncs theme files from the repository to the Shopify store(s).

## Inputs

## `stores`

**Required** The argument stores is a text of {shopPrefix)={app password}:{theme id} separated by coma (,).\

## `theme-dir`
**Required** The argument theme-dir is the path to the theme directory.\

## Example usage

uses: 0xtlt/Sync-Shopify-2.0-Action@v0.1.2
with:
stores: 'mystore.myshopify.com=myapppassword:123456789'
theme-dir: './theme'