Skip to content

Commit e0cf606

Browse files
Merge pull request #595 from adobe/updateActions
chore: delete old action and switch gh pages contributor
2 parents 479511e + fc43cdb commit e0cf606

File tree

3 files changed

+4
-97
lines changed

3 files changed

+4
-97
lines changed

.github/workflows/pr-build.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
run: |
5757
PR_NUMBER="PR-${{ github.event.number }}"
5858
59-
git config user.name "evargast"
60-
git config user.email "52969178+evargast@users.noreply.github.com"
59+
git config user.name "marshallpete"
60+
git config user.email "40001449+marshallpete@users.noreply.github.com"
6161
6262
# Fetch the existing gh-pages branch
6363
git fetch origin gh-pages

.github/workflows/publish-prod-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Checkout and clean current 'gh-pages' branch
3636
run: |
37-
git config user.name "evargast"
38-
git config user.email "52969178+evargast@users.noreply.github.com"
37+
git config user.name "marshallpete"
38+
git config user.email "40001449+marshallpete@users.noreply.github.com"
3939
4040
# Fetch the existing gh-pages branch
4141
git fetch origin gh-pages

0 commit comments

Comments
 (0)