mirror of
https://github.com/actions/checkout.git
synced 2025-08-23 10:48:01 +03:00
Compare commits
2 commits
9416951018
...
18c55f44b4
Author | SHA1 | Date | |
---|---|---|---|
|
18c55f44b4 | ||
|
bb656e1855 |
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue