lnxpy/pyaction

Using Makefile for local testing

lnxpy opened this issue · 0 comments

Use Makefile to test the action locally (with the provided env vars).

like:

$ make run

instead of:

$ env $(cat .env | xargs) python main.py

As how docs have suggested..