Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: convert repo, user and branch to param-case #184

Closed
wants to merge 17 commits into from
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[*]
charset = utf-8
insert_final_newline = false
indent_style = tab
indent_size = 2
max_line_length = 100
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Don't run prettier on this repo, as it uses eslint instead

src
dist
.github
*.js
*.yml
*.md
*.json
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ outputs:
description: 'True if a comment was created on the PR or commit.'
DEPLOYMENT_INSPECTOR_URL:
description: 'Main deployment inspection url.'
DEPLOYMENT_UNIQUE_URL:
description: "The unique deployment url on Vercel"

runs:
using: 'node12'
Expand Down
Loading