Skip to content

Commit

Permalink
Modifico actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justog220 committed Jun 25, 2024
1 parent d0e7d2b commit 0044ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

- name: Move file to root
run: |
mv Informe/0_main.pdf .
mv Informe/0_main.pdf Informe.pdf
- name: Commit and push changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add file.txt
git add Informe.pdf
git commit -m "Move file to root directory"
git push
env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.vscode/

*tiff
*TIF
Referencias/
Expand Down

0 comments on commit 0044ad3

Please sign in to comment.