@postman-cse/onboarding-repo-sync 0.14.2 → 0.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/action.yml +5 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # postman-repo-sync-action
2
2
 
3
+ [![CI](https://github.com/postman-cs/postman-repo-sync-action/actions/workflows/ci.yml/badge.svg)](https://github.com/postman-cs/postman-repo-sync-action/actions/workflows/ci.yml)
4
+ [![Release](https://img.shields.io/github/v/release/postman-cs/postman-repo-sync-action?sort=semver)](https://github.com/postman-cs/postman-repo-sync-action/releases)
5
+ [![npm](https://img.shields.io/npm/v/%40postman-cse%2Fonboarding-repo-sync)](https://www.npmjs.com/package/@postman-cse/onboarding-repo-sync)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
+
3
8
  Sync Postman workspace assets into a repository and optionally connect the workspace back to that repository.
4
9
 
5
10
  Use this action when a repo should contain the Postman artifacts needed for CI, reviews, and repeatable API test runs:
package/action.yml CHANGED
@@ -1,5 +1,9 @@
1
1
  name: postman-repo-sync-action
2
- description: Sync exported Postman artifacts into a repository and expose customer preview workspace-link and environment-sync contract outputs.
2
+ description: Sync exported Postman artifacts into a repository and expose workspace-link and environment-sync outputs.
3
+ author: Postman
4
+ branding:
5
+ icon: refresh-cw
6
+ color: orange
3
7
  inputs:
4
8
 
5
9
  generate-ci-workflow:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postman-cse/onboarding-repo-sync",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "Public customer preview Postman repo sync GitHub Action.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",