Release 1.3.0 (#45)

This commit is contained in:
Daniel Walsh 2022-12-20 22:11:14 +00:00 committed by GitHub
parent 1b484b8e7a
commit c2ad89679f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -62,8 +62,9 @@ If you are in a Git workspace, Wrangler will automatically pull the branch infor
manually by adding the argument `branch: YOUR_BRANCH_NAME`.
## Outputs
| Name | Description |
| ------------- | -------------------------------------|
| `id` | The ID of the pages deployment |
| `url` | The URL of the pages deployment |
| `environment` | The environment that was deployed to |
| Name | Description |
| ------------- | --------------------------------------------------- |
| `id` | The ID of the pages deployment |
| `url` | The URL of the pages deployment |
| `alias` | The alias if it exists otherwise the deployment URL |
| `environment` | The environment that was deployed to |

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pages-action",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pages-action",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View file

@ -1,6 +1,6 @@
{
"name": "pages-action",
"version": "1.2.0",
"version": "1.3.0",
"description": "Publish to Cloudflare Pages",
"main": "index.js",
"scripts": {