We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4915e93 commit 61f2956Copy full SHA for 61f2956
.github/workflows/screenshots.yml
@@ -56,8 +56,8 @@ jobs:
56
shot-scraper multi shots.yml
57
- name: Commit and push
58
run: |-
59
- git config user.name "Automated"
60
- git config user.email "actions@users.noreply.github.com"
+ git config user.name "GitHub Action"
+ git config user.email "action@github.com"
61
git add -A
62
timestamp=$(date -u)
63
git commit -m "${timestamp}" || exit 0
shots.yml
@@ -2,6 +2,6 @@
2
output: application.png
3
width: 1280
4
height: 800
5
- wait: 500
+ wait: 2000
6
javascript: |
7
document.querySelector('button[aria-label="Get started"]').click();
0 commit comments