mirror of
https://github.com/actions/checkout.git
synced 2025-06-05 07:32:37 +08:00
Compare commits
2 Commits
4dbda13fa8
...
457ba487a9
Author | SHA1 | Date | |
---|---|---|---|
|
457ba487a9 | ||
|
bb656e1855 |
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…
x
Reference in New Issue
Block a user