We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64084fa commit 640d34bCopy full SHA for 640d34b
.github/workflows/dco.yml
@@ -6,12 +6,12 @@ jobs:
6
runs-on: ubuntu-latest
7
name: Commits Check
8
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
17
- commits: ${{ steps.get-pr-commits.outputs.commits }}
+ - name: Get PR Commits
+ id: 'get-pr-commits'
+ uses: tim-actions/get-pr-commits@master
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ - name: DCO Check
+ uses: tim-actions/dco@master
+ commits: ${{ steps.get-pr-commits.outputs.commits }}
0 commit comments