WhyAsh5114 / MyFit

Workout tracker inspired by the RP Hypertrophy App
https://my-fit-whyash5114.vercel.app/
GNU Affero General Public License v3.0
34 stars 7 forks source link

Added some common exercises to the list #42

Closed yzee-tech closed 3 months ago

vercel[bot] commented 3 months ago

@yzee-tech is attempting to deploy a commit to the WhyAsh5114's projects Team on Vercel.

A member of the Team first needs to authorize it.

WhyAsh5114 commented 3 months ago

Oh hey! Thanks a lot for the contribution :)

yzee-tech commented 3 months ago

Oh hey! Thanks a lot for the contribution :)

You're welcome, I'll try to add more later. How come the first few times showed "PR Run failed"? I'm new at github, and just trying to learn how things work.

WhyAsh5114 commented 3 months ago

Even I'm new to CI/CD in GitHub, it was a environment variable issue.

GitHub doesn't share secrets when running workflows on forked repos, so I had to change the workflow file to use pull_request_target which runs the workflow with changes on the base repo, allowing the tests to succeed. But it didn't run after the commit so I'm not fully sure if it's fixed or not...