Skip to content

Commit c83d193

Browse files
authored
Merge pull request #6 from pirafrank/dev
chores
2 parents ed8277f + 0cfc485 commit c83d193

File tree

5 files changed

+28
-16
lines changed

5 files changed

+28
-16
lines changed

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
node_modules
2+
.env
3+
.env.sh
4+
*.json
5+
action.yml
6+
dummy/file1.txt
7+
dummy/file2.txt
8+
Dockerfile
9+
.dockerignore
10+
.github/workflows/pr.yml
11+
.github/workflows/release.yml
12+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# GitHub GraphQL API client in Node.js
1+
# GitHub Commit Sign
22

3-
A thin wrapper to commit on a GitHub repo through their GraphQL APIs. Useful to create signed commits in CI/CD environments.
3+
A thin wrapper to perform signed commits to a GitHub repository through their GraphQL APIs. Useful to create signed commits in CI/CD environments.
44

55
Offered as node module and CLI tool.
66

@@ -113,7 +113,7 @@ You can use this module as a GitHub Action. It is a Docker-based action.
113113

114114
```yaml
115115
# Print help
116-
- name: Print graphQL client help
116+
- name: Print help
117117
uses: pirafrank/github-commit-sign@v0
118118
with:
119119
args: "--help"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'GitHub GraphQL Client'
1+
name: 'GitHub Commit Sign'
22
description: 'Perform multi-file signed commits on a GitHub repo through their GraphQL APIs.'
33
branding:
44
icon: edit-3

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pirafrank/github-commit-sign",
33
"version": "0.1.4",
4-
"description": "Simple GitHub client to commit via their graphql APIs",
4+
"description": "Simple GitHub client to make signed commits via their GraphQL APIs",
55
"main": "index.js",
66
"private": false,
77
"bin": {

0 commit comments

Comments
 (0)