Skip to content

Commit 4a97c6b

Browse files
authored
Update Selenium-Action_Template.yaml
1 parent 5659278 commit 4a97c6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Selenium-Action_Template.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ jobs:
2424

2525
- name: Running the Python script
2626
run: python Selenium-Template.py
27+
28+
- name: Commit and Push The Results From Python Selenium Action
29+
run: |
30+
git config --global user.name "github-actions[bot]"
31+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
32+
git add -A
33+
git commit -m "Screenshot added"
34+
git push

0 commit comments

Comments
 (0)