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 @@ -129,7 +129,7 @@ jobs:
129
129
with :
130
130
app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
131
131
private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
132
- repository : DataDog/ datadog-api-spec
132
+ repositories : datadog-api-spec
133
133
- name : Post status check
134
134
uses : DataDog/github-actions/post-status-check@v2
135
135
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