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 2164777 commit 0bca492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_of_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: cargo upgrade
- name: Update of lockfile
run: cargo update
- name: foo file
run: echo "foo" > foo
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
Expand All @@ -26,6 +28,6 @@ jobs:
# Stage the file, commit and push
git add .
git commit -m "[Actions] Upgrade deps"
git push main
git push

0 comments on commit 0bca492

Please sign in to comment.