-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update workflow check-conventional-commits (#962)
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Some github.event messages can break the workflow. Backticks get interpreted by the shell, this is a security risk and also breaks most Dependabot PRs. ## What is the new behavior? Updates the workflow to deal with special characters that might be interpreted by the shell ## Additional context Should fix https://github.com/supabase/auth-js/actions/runs/11035778554/job/30652617566
- Loading branch information
1 parent
9ef2c27
commit ae73401
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters