Skip to content

Commit

Permalink
Update test_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblogan authored Sep 10, 2024
1 parent 5042fc8 commit 3ed768d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
node-version: 20.x

- name: update file
run: |
echo "$(date + '%Y-%m-%d %H:%M:%S')" > src/pages/gen1/index.tsx
- name: Commit changes
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 3ed768d

Please sign in to comment.