mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-23 19:36:42 +00:00
Release 1.3.0 (#45)
This commit is contained in:
parent
1b484b8e7a
commit
c2ad89679f
11
README.md
11
README.md
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pages-action",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Publish to Cloudflare Pages",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue