You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR titles are passed to the slack notification shared workflow via argument. When the PR contains double quotes (as here) they are not escaped properly and the action fails like this:
Run 8398a7/action-slack@v3
with:
job_name: Build Staging Image
fields: took
status: custom
...
env:
PR_URL: https://github.com/zooniverse/front-end-monorepo/pull/4436
PR_TITLE: Classifier: change Annotate Button icon to "edit/pencil"
SLACK_WEBHOOK_URL: ***
Error: Unexpected identifier 'edit'
The text was updated successfully, but these errors were encountered:
PR titles are passed to the slack notification shared workflow via argument. When the PR contains double quotes (as here) they are not escaped properly and the action fails like this:
The text was updated successfully, but these errors were encountered: