supabase / ssr

Supabase clients for use in server-side rendering frameworks.
MIT License
81 stars 7 forks source link

chore: workflow cleanup #70

Closed staaldraad closed 1 month ago

staaldraad commented 1 month ago

What kind of change does this PR introduce?

Bug fix, and maintenance to CI

What is the current behavior?

The github.event could include shell characters such as ``` in the commit message, which would be interpreted by the shell and can lead to unexpected code execution. Dependabot PRs break because of commit title rules, skip.

What is the new behavior?

Uses intermediate file for getting github.event information. Direct shell interpretation doesn't escape special characters, which can cause problems or lead to code execution. Skips the job for dependabot PRs.