diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caaf60b..cdc3caa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 97aee2e3..dfda2672 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,13 +19,13 @@ 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) @@ -33,20 +33,6 @@ uses: mountainash/fork-deploy-to-vercel-action@65a8b653a66a8ad5b0abd59d47589aef4 --- -⚠️ 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 -``` - ---- -
[![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)