File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
31
31
private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
32
- repository : DataDog/ datadog-api-spec
32
+ repositories : datadog-api-spec
33
33
- name : Post PR review status check
34
34
uses : DataDog/github-actions/post-review-status@v2
35
35
with :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
with :
142
142
app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
143
143
private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
144
- repository : DataDog/ datadog-api-spec
144
+ repositories : datadog-api-spec
145
145
- name : Post status check
146
146
uses : DataDog/github-actions/post-status-check@v2
147
147
with :
Original file line number Diff line number Diff line change 48
48
with :
49
49
app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
50
50
private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
51
- repository : DataDog/ datadog-api-spec
51
+ repositories : datadog-api-spec
52
52
- name : Checkout code
53
53
uses : actions/checkout@v3
54
54
- name : Post pending status check
You can’t perform that action at this time.
0 commit comments