Skip to content

Commit 640d34b

Browse files
author
Dan Lynn
committed
Update DCO format
Signed-off-by: Dan Lynn <dan.lynn@fivetran.com>
1 parent 64084fa commit 640d34b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dco.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Commits Check
88
steps:
9-
- name: Get PR Commits
10-
id: 'get-pr-commits'
11-
uses: tim-actions/get-pr-commits@master
12-
with:
13-
token: ${{ secrets.GITHUB_TOKEN }}
14-
- name: DCO Check
15-
uses: tim-actions/dco@master
16-
with:
17-
commits: ${{ steps.get-pr-commits.outputs.commits }}
9+
- name: Get PR Commits
10+
id: 'get-pr-commits'
11+
uses: tim-actions/get-pr-commits@master
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}
14+
- name: DCO Check
15+
uses: tim-actions/dco@master
16+
with:
17+
commits: ${{ steps.get-pr-commits.outputs.commits }}

0 commit comments

Comments
 (0)