From 0044ad36d85266a4b54ede620cb265a9c0a7f741 Mon Sep 17 00:00:00 2001 From: justog220 Date: Tue, 25 Jun 2024 10:57:34 -0300 Subject: [PATCH] Modifico actions --- .github/workflows/main.yml | 4 ++-- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6897a5a..42d21ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.gitignore b/.gitignore index a6bf793..1a2dba4 100644 --- a/.gitignore +++ b/.gitignore @@ -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/