Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 061f99e

Browse files
Update resume..yml
1 parent fffef7c commit 061f99e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/resume..yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
git config --global user.email "[email protected]"
2626
git config --global user.name "xavierloeraflores"
2727
28+
- name: Commit & Push changes
29+
uses: actions-js/push@master
30+
with:
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
2833
- name: Commit and push changes
2934
run: |
3035
git add .

0 commit comments

Comments
 (0)