python-github-action-template icon indicating copy to clipboard operation
python-github-action-template copied to clipboard

Update workflow with new actions versions and add troubleshooting instructions.

Open 1110sillabo opened this issue 1 year ago • 0 comments

Hi Patrick, thanks a lot for code, your tutorial and the video. I've learnt a lot from it!

I'm sharing some of the fixes I made to have the code running as of July 2024. Running the example gave me a failure related to Node. This was puzzling as I was running a Python script. GitHub traceback pointed me to a GitHub blog post on actions.

It took me a while to realize the whole GitHub action's infra was changing and all I needed was to use more the more updated pipelines.

At first I was perplexed seeing your action with the old version is still up and running (and logging). Maybe if you set up the action with a valid version that later gets replaced GitHub may update that under the hood?

1110sillabo avatar Jul 27 '24 14:07 1110sillabo