Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iryna-Vyshniak committed Jul 14, 2024
1 parent 1ac3997 commit 983c3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit
name: Deploy

on:
schedule:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
git config --global user.name 'Iryna-Vyshniak'
git config --global user.email '[email protected]'
git add update_log.txt
git commit -m "Update log"
git commit -m "Update deploy"
git push
- name: Show Git log
run: git log -1

0 comments on commit 983c3ed

Please sign in to comment.