Skip to content

Commit

Permalink
fix: update git settings in ship.js trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Jan 28, 2023
1 parent 0614613 commit 164670a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
fetch-depth: 0
ref: main

- name: Setup GitHub Actor
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Setup node environment 📦
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 164670a

Please sign in to comment.