Skip to content

Commit

Permalink
try fix commit author
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 15, 2023
1 parent 296e5db commit 54a3eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: npm ci
- name: Commit & Push changes
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config --global user.name github-actions
git config --global user.email github-actions@github.com
git pull --rebase --autostash
git add dist
git commit -m "action: build the app" || echo ""
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ async function run() {
});
}

const a = 42

run();

0 comments on commit 54a3eda

Please sign in to comment.