Skip to content

Commit

Permalink
Set user
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbrando committed Jun 20, 2024
1 parent daa3b12 commit 65cc1b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
# - name: Git config user
# uses: snow-actions/[email protected]
# with:
# name: # Service Account's Name
# email: # Service Account's Email Address
- uses: actions/setup-node@v3
with:
node-version: 21
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Git config user
uses: snow-actions/[email protected]
with:
name: "release"
email: "[email protected]"
- uses: actions/setup-node@v3
with:
node-version: 21
Expand Down

0 comments on commit 65cc1b2

Please sign in to comment.