Skip to content

Instantly share code, notes, and snippets.

View fdch's full-sized avatar
👽

Fede Camara Halac fdch

👽
View GitHub Profile
@fdch
fdch / update_posts.yml
Created January 20, 2022 14:16
Github Action to update and commit a file with a python script on every push.
name: Auto-update posts
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setting up python
uses: actions/setup-python@v2
with: