Skip to content

Commit 53146db

Browse files
committed
Fixes to call composite action for check skip duplicates
1 parent 8044774 commit 53146db

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

template/.github/workflows/ci.yaml.jinja

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ jobs:
2222

2323
check-skip-duplicate:
2424
runs-on: ubuntu-24.04
25+
permissions:
26+
contents: read
27+
pull-requests: read # needed to check if PR exists for current branch
28+
outputs:
29+
should-run: ${{ steps.check.outputs.should-run}}
2530
steps:
31+
- name: Checkout code
32+
uses: actions/checkout@v6.0.1
33+
with:
34+
persist-credentials: false
2635
- id: check
2736
uses: ./.github/actions/check-skip-duplicates
2837

0 commit comments

Comments
 (0)