Skip to content

Commit

Permalink
📝 Update: Commit Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Sep 4, 2023
1 parent 07c8b75 commit fc1a150
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add data
git commit -m ":monocle_face: Add: Data" || echo "data: No changes to commit"
git add prop/*/*.md
git commit -m ":rocket: Docs: Rank" || echo "prop/*/*.md: No changes to commit"
git add prop/*/*.png
git commit -m ":art: Update: Visualization" || echo "prop/*/*.png: No changes to commit"
git add time.tsv
git add prop/time
git commit -m ":alarm_clock: Update: Time Series" || echo "time.tsv, prop/time: No changes to commit"
git add -A
git commit -m ":bento: Update: GitHub Actions" || echo "No changes to commit"
git commit -m ":bento: Update: Etc." || echo "Etc.: No changes to commit"
git push
11 changes: 10 additions & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add data
git commit -m ":monocle_face: Add: Data" || echo "data: No changes to commit"
git add prop/*/*.md
git commit -m ":rocket: Docs: Rank" || echo "prop/*/*.md: No changes to commit"
git add prop/*/*.png
git commit -m ":art: Update: Visualization" || echo "prop/*/*.png: No changes to commit"
git add time.tsv
git add prop/time
git commit -m ":alarm_clock: Update: Time Series" || echo "time.tsv, prop/time: No changes to commit"
git add -A
git commit -m ":bento: Update: GitHub Actions" || echo "No changes to commit"
git commit -m ":bento: Update: Etc." || echo "Etc.: No changes to commit"
git push

0 comments on commit fc1a150

Please sign in to comment.