mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 01:45:19 +00:00
🔧 Change description and keywords [skip ci]
This commit is contained in:
parent
7efdfddfc0
commit
4165af4675
@ -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>
|
||||
|
||||
|
12
package.json
12
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user