We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044774 commit 53146dbCopy full SHA for 53146db
1 file changed
template/.github/workflows/ci.yaml.jinja
@@ -22,7 +22,16 @@ jobs:
22
23
check-skip-duplicate:
24
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}}
30
steps:
31
+ - name: Checkout code
32
+ uses: actions/checkout@v6.0.1
33
+ with:
34
+ persist-credentials: false
35
- id: check
36
uses: ./.github/actions/check-skip-duplicates
37
0 commit comments