Skip to content

Commit

Permalink
Revert auto-format correction of unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
BigGillyStyle committed Jan 21, 2023
1 parent 180d41b commit 5657956
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,27 +236,27 @@ You can configure the environment variables in the workflow file like this:

Automerge can be configured to run for these events:

- `check_run`
- `check_suite`
- `issue_comment`
- `pull_request_review`
- `pull_request_target`
- `pull_request`
- `push`
- `repository_dispatch`
- `schedule`
- `status`
- `workflow_dispatch`
- `workflow_run`
* `check_run`
* `check_suite`
* `issue_comment`
* `pull_request_review`
* `pull_request_target`
* `pull_request`
* `push`
* `repository_dispatch`
* `schedule`
* `status`
* `workflow_dispatch`
* `workflow_run`

For more information on when these occur, see the Github documentation on [events that trigger workflows](https://docs.github.com/en/actions/reference/events-that-trigger-workflows) and [their payloads](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads).

## Outputs

The action will provide two [outputs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs):

- `mergeResult` - The result from the action run, one of `skipped`, `not_ready`, `author_filtered`, `merge_failed`, `merged`
- `pullRequestNumber` - The pull request number (or `0`, if no pull request was affected)
* `mergeResult` - The result from the action run, one of `skipped`, `not_ready`, `author_filtered`, `merge_failed`, `merged`
* `pullRequestNumber` - The pull request number (or `0`, if no pull request was affected)

Please note:

Expand Down

0 comments on commit 5657956

Please sign in to comment.