Skip to content

Commit

Permalink
transfer org from mgrybyk to mgrybyk-org (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk authored May 5, 2024
1 parent b8a0f79 commit cadd41f
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 73 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Originally designed to run `git pull --rebase -X ours` or `git pull --rebase -X

```yaml
- name: Git Commit and Push Action
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
with:
repository: gh-pages
branch: gh-pages # ${{ github.head_ref }}
Expand Down
137 changes: 69 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-commit-pull-push-action",
"version": "1.2.4",
"version": "1.2.5",
"description": "Runs git add, git commit, git pull and git push",
"main": "index.js",
"type": "module",
Expand All @@ -27,9 +27,9 @@
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit cadd41f

Please sign in to comment.