Skip to content

Commit

Permalink
more shot-scraper updates
Browse files Browse the repository at this point in the history
  • Loading branch information
monodot committed Jan 18, 2025
1 parent 4915e93 commit 61f2956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
shot-scraper multi shots.yml
- name: Commit and push
run: |-
git config user.name "Automated"
git config user.email "[email protected].github.com"
git config user.name "GitHub Action"
git config user.email "action@github.com"
git add -A
timestamp=$(date -u)
git commit -m "${timestamp}" || exit 0
Expand Down
2 changes: 1 addition & 1 deletion shots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
output: application.png
width: 1280
height: 800
wait: 500
wait: 2000
javascript: |
document.querySelector('button[aria-label="Get started"]').click();

0 comments on commit 61f2956

Please sign in to comment.