🔧 Change description and keywords [skip ci]

This commit is contained in:
BetaHuhn 2021-01-09 01:26:35 +01:00
parent 7efdfddfc0
commit 4165af4675
2 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@
[![Build CI](https://github.com/BetaHuhn/action-github-file-sync/workflows/Test%20CI/badge.svg)](https://github.com/BetaHuhn/action-github-file-sync/actions?query=workflow%3A%22Test+CI%22) [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/BetaHuhn/action-github-file-sync/blob/master/LICENSE) ![David](https://img.shields.io/david/betahuhn/action-github-file-sync)
Keep your workflows or any other file in sync between all your repositories with GitHub Actions.
Keep files like Action workflows or entire directories in sync between multiple repositories.
</div>

View File

@ -1,7 +1,7 @@
{
"name": "action-github-file-sync",
"version": "0.0.1",
"description": "GitHub Action to Sync Files like Workflows Between Repositories.",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
"lint": "eslint ./src",
@ -13,15 +13,19 @@
"url": "git+https://github.com/betahuhn/action-github-file-sync.git"
},
"keywords": [
"GitHub",
"Actions"
"sync",
"file-sync",
"workflow-sync",
"github-workflow",
"github-actions",
"github-action-workflow-sync"
],
"author": "Maximilian Schiller <schiller@mxis.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/betahuhn/action-github-file-sync/issues"
},
"homepage": "https://github.com/betahuhn/action-github-file-sync#readme",
"homepage": "https://github.com/marketplace/actions/github-file-sync",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",