Skip to content

Commit cadd41f

Browse files
authored
transfer org from mgrybyk to mgrybyk-org (#6)
1 parent b8a0f79 commit cadd41f

3 files changed

Lines changed: 74 additions & 73 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Originally designed to run `git pull --rebase -X ours` or `git pull --rebase -X
1818

1919
```yaml
2020
- name: Git Commit and Push Action
21-
uses: mgrybyk/git-commit-pull-push-action@v1
21+
uses: mgrybyk-org/git-commit-pull-push-action@v1
2222
with:
2323
repository: gh-pages
2424
branch: gh-pages # ${{ github.head_ref }}

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-commit-pull-push-action",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Runs git add, git commit, git pull and git push",
55
"main": "index.js",
66
"type": "module",
@@ -27,9 +27,9 @@
2727
"@actions/core": "^1.10.1"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^20.12.7",
31-
"@typescript-eslint/eslint-plugin": "^7.7.1",
32-
"@typescript-eslint/parser": "^7.7.1",
30+
"@types/node": "^20.12.8",
31+
"@typescript-eslint/eslint-plugin": "^7.8.0",
32+
"@typescript-eslint/parser": "^7.8.0",
3333
"@vercel/ncc": "^0.38.1",
3434
"eslint": "^8.57.0",
3535
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)