Skip to content

Commit

Permalink
Update ss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 9, 2024
1 parent 8f9b4b5 commit 1dc3a9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18' # Use a Node.js version that supports modern syntax

- name: Install Dependencies
run: |
Expand All @@ -34,10 +34,10 @@ jobs:
name: screenshot
path: media/screenshot.png

- name: Commit and Push ss
- name: Commit and Push Screenshot
run: |
git config --global user.email "[email protected]"
git config --global user.name "berlintay"
git config --global user.email "[email protected]"
git config --global user.name "your-name"
git add media/screenshot.png
git commit -m "Update screenshot"
git push
Expand Down

0 comments on commit 1dc3a9e

Please sign in to comment.