Skip to content

Commit

Permalink
Test of the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Aug 31, 2024
1 parent f54a89c commit 2164777
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update_of_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,15 @@ jobs:
run: cargo upgrade
- name: Update of lockfile
run: cargo update
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: commit
run: |
# Stage the file, commit and push
git add .
git commit -m "[Actions] Upgrade deps"
git push main

0 comments on commit 2164777

Please sign in to comment.