diff --git a/README.md b/README.md index 00f8abe..ad7e3b6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,23 @@ An example of a GitHub Actions workflow that creates and updates transient Deplo - GitHub App with repo Administration permissions -## Examples +## Example + +### Active PR + +#### Initial deployment + +image + +#### Subsequent synchronize events + +image + +### Merged PR + +[Example](https://github.com/urcomputeringpal/pr-preview-deploy-ux-action/pull/20) + +## Usage ### Create Preview Deploy when PRs are created or updated @@ -80,4 +96,4 @@ jobs: private_key: ${{ secrets.APP_PEM }} ``` -- See [.github/workflows](./.github/workflows) +See [.github/workflows](./.github/workflows) for more examples.