Skip to content

Commit 61f2956

Browse files
committed
more shot-scraper updates
1 parent 4915e93 commit 61f2956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
shot-scraper multi shots.yml
5757
- name: Commit and push
5858
run: |-
59-
git config user.name "Automated"
60-
git config user.email "actions@users.noreply.github.com"
59+
git config user.name "GitHub Action"
60+
git config user.email "action@github.com"
6161
git add -A
6262
timestamp=$(date -u)
6363
git commit -m "${timestamp}" || exit 0

shots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
output: application.png
33
width: 1280
44
height: 800
5-
wait: 500
5+
wait: 2000
66
javascript: |
77
document.querySelector('button[aria-label="Get started"]').click();

0 commit comments

Comments
 (0)