Skip to content

Commit

Permalink
DEV: Remove generated.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Aug 1, 2024
1 parent 2545b7f commit 5feae2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:

- name: Commit changes
run: |
date > generated.txt
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated.txt"
git commit -m "Data Update"
git push
- name: Increment version
Expand Down
1 change: 0 additions & 1 deletion generated.txt

This file was deleted.

0 comments on commit 5feae2d

Please sign in to comment.