We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e03d9 commit f2f604bCopy full SHA for f2f604b
.github/workflows/commits.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR
12
name: Signed-off-by (DCO)
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- name: Get PR Commits
16
id: 'get-pr-commits'
@@ -27,7 +27,7 @@ jobs:
27
28
contents: none
29
name: Branch target
30
31
32
- name: Check branch target
33
env:
0 commit comments