Skip to content

Commit 20a91c7

Browse files
committed
Update github_action.md
1 parent 435cb71 commit 20a91c7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/responders/github_action.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ The following snippet sets up `buffy` to react to a `@editorialbot generate pdf`
6060
```yaml
6161
...
6262
github_action:
63-
- draft_paper:
64-
command: generate pdf
65-
workflow_repo: openjournals/joss-papers
66-
workflow_name: draft-paper.yml
67-
workflow_ref: master
68-
description: Generates the pdf paper
69-
data_from_issue:
70-
- branch
71-
- target-repository
72-
- issue_id
73-
mapping:
74-
repository_url: target-repository
63+
- draft_paper:
64+
command: generate pdf
65+
workflow_repo: openjournals/joss-papers
66+
workflow_name: draft-paper.yml
67+
workflow_ref: master
68+
description: Generates the pdf paper
69+
data_from_issue:
70+
- branch
71+
- target-repository
72+
- issue_id
73+
mapping:
74+
repository_url: target-repository
7575
...
7676
```
7777

0 commit comments

Comments
 (0)