Skip to content

Commit

Permalink
📝 bad merge & typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Apr 12, 2024
1 parent 7b4e0b7 commit d789ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## [v2.2.5] - 2024-04-11

- Replace `_` in alias domains with `-` to match allowed domains names @mountainash #3
- Replace `_` in alias domains with `-` to match allowed domain names @mountainash #3

## [v2.2.4] - 2024-04-11

Expand Down
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Until this fork is merged into the main repo, you can use the following to get t
```yml
uses: mountainash/fork-deploy-to-vercel-action@develop
OR
uses: mountainash/fork-deploy-to-vercel-action@65a8b653a66a8ad5b0abd59d47589aef4c111806
uses: mountainash/fork-deploy-to-vercel-action@65a8b653a<< replace with latest commit >>_aef4c111806
```
## @mountainash fork changes
Expand All @@ -19,34 +19,20 @@ uses: mountainash/fork-deploy-to-vercel-action@65a8b653a66a8ad5b0abd59d47589aef4
- [x] Allow Vercel domain aliases to be set on PRs
- [x] Using `@actions/exec` instead of spawn = require('child_process') for better OS portability
- [x] Fix: EditorConfig conflicted with Eslint rules
- [x] Using npx to run Vercel CLI to avoid version missmatches (as seen in #374, #367, #226)
- [x] Using npx to run Vercel CLI to avoid version miss-matches (as seen in #374, #367, #226)
- [x] FEATURE ✨ Add a Workflow Summary to each run
- [x] Exporting `VERCEL_PREVIEW_URL` and `VERCEL_DEPLOYMENT_UNIQUE_URL` for use in other job steps
- [x] Using @actions/core to correctly get boolean and multilined inputs
- [x] Using @actions/core to correctly get boolean and multi-lined inputs
- [x] Removed default "deploy" label from PRs
- [x] More emojis in logs 📝
- [x] Better accessability formatting for comment table
- [x] Better accessibility formatting for comment table
- [x] FEATURE ✨ Transfer runtime secrets/envars from GHAction to Vercel Settings
- [ ] FEATURE ✨ Build within action (not just PREBUILT)

- See [CHANGELOG](./CHANGELOG.md) for _**many**_ 📦 dependencies updates (inc. [Node 20](https://github.com/BetaHuhn/deploy-to-vercel-action/pull/379)) and bug fixes

---

⚠️ This is a fork of "deploy-to-vercel-action" is under heavy development - use with care.

If you'd like to try it, please use the `develop` branch or the latest SHA, eg:

```yml
uses: mountainash/fork-deploy-to-vercel-action@develop
## OR
uses: mountainash/fork-deploy-to-vercel-action@e9eb65d39e2d13257f5d5613e771ba2da8357dd9
```

---

<div align="center">

[![Node CI](https://github.com/mountainash/fork-deploy-to-vercel-action/workflows/Node%20CI/badge.svg)](https://github.com/mountainash/fork-deploy-to-vercel-action/actions?query=workflow%3A%22Node+CI%22) [![Release CI](https://github.com/mountainash/fork-deploy-to-vercel-action/workflows/Release%20CI/badge.svg)](https://github.com/mountainash/fork-deploy-to-vercel-action/actions?query=workflow%3A%22Release+CI%22) [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mountainash/fork-deploy-to-vercel-action/blob/master/LICENSE)
Expand Down

0 comments on commit d789ebc

Please sign in to comment.