diff --git a/.github/workflows/actualizar-eventos-meetup.yml b/.github/workflows/actualizar-eventos-meetup.yml index 65ddefc2..26c8a9d9 100644 --- a/.github/workflows/actualizar-eventos-meetup.yml +++ b/.github/workflows/actualizar-eventos-meetup.yml @@ -60,12 +60,11 @@ jobs: git config --global user.name "PyBaq Bot" git config --global user.email "contacto@pybaq.co" git checkout -b actualizar-eventos-${{ steps.date.outputs.date }} - git add databags/meetup.json + git add databags/meetup_gql.json git add content/eventos git commit -m "Actualizacion eventos meetup" git push -u origin actualizar-eventos-${{ steps.date.outputs.date }} - - name: Crear pull request if: steps.check_changes.outputs.HAS_CHANGES == 'true' run: gh pr create -B master -H actualizar-eventos-${{ steps.date.outputs.date }} --title 'Actualizar eventos meetup into master' --body 'Created by PyBaq Bot'