1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-04 08:41:01 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Varun Sharma
edf482bbcd
Merge bb656e1855 into c2d88d3ecc 2025-11-24 14:04:35 +01:00
Varun Sharma
bb656e1855
Update check-dist.yml 2021-12-09 11:13:12 -08:00

View File

@ -17,8 +17,12 @@ on:
- '**.md'
workflow_dispatch:
permissions: read-all
jobs:
check-dist:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps: