Skip to content

Commit

Permalink
docs:
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Mar 10, 2024
1 parent a04d04a commit bb2a04e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ environment:
alias:
description: 'Cloudflare Pages deployed alias. Fallsback to deployed url if deployed alias is null'
value: ${{ steps.action.outputs.alias }}
wrangler:
description: 'Wrangler cli output'
values: ${{ steps.action.outputs.wrangler }}
```

## Comment Example
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ outputs:
description: 'Cloudflare Pages deployed environment "production" or "preview"'
alias:
description: 'Cloudflare Pages deployed alias. Fallsback to deployed url if deployed alias is null'
wrangler:
description: 'Wrangler cli output'

runs:
using: node20
Expand Down
Binary file modified docs/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb2a04e

Please sign in to comment.