Skip to content

Commit

Permalink
fix: add quotes around commit message (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regaddi authored Jun 8, 2022
1 parent 3b14c34 commit dd9db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function vercelDeploy(ref, commit) {
...addVercelMetadata('githubRepo', context.repo.repo, providedArgs),
...addVercelMetadata('githubCommitOrg', context.repo.owner, providedArgs),
...addVercelMetadata('githubCommitRepo', context.repo.repo, providedArgs),
...addVercelMetadata('githubCommitMessage', commit, providedArgs),
...addVercelMetadata('githubCommitMessage', `"${commit}"`, providedArgs),
...addVercelMetadata(
'githubCommitRef',
ref.replace('refs/heads/', ''),
Expand Down

4 comments on commit dd9db49

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for express-basic-auth ready!

✅ Preview
https://express-basic-auth-p3ie66hkl-amond.vercel.app

Built with commit dd9db49.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-1fr1vyiu1-dietfriends.vercel.app

Built with commit dd9db49.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-nb8o8s5xg-amond.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit dd9db49.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-angular ready!

✅ Preview
https://zeit-now-deployment-action-example-angular-dr14xms1n-amond.vercel.app

Built with commit dd9db49.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.