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.
- Host: GitHub
- URL: https://github.com/0xtlt/sync-shopify-2.0-action
- Owner: 0xtlt
- License: gpl-3.0
- Created: 2022-03-02T17:07:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T08:34:59.000Z (about 4 years ago)
- Last Synced: 2025-03-20T05:51:41.499Z (over 1 year ago)
- Topics: shopify
- Language: Dockerfile
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'