mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Fix incorrect indentation for permissions. (#4669)
This commit is contained in:
parent
9fd4fd0b58
commit
bf8f944eac
.github/workflows
5
.github/workflows/publish-branch.yml
vendored
5
.github/workflows/publish-branch.yml
vendored
@ -12,8 +12,9 @@ on:
|
||||
description: 'hdf5 target bucket directory'
|
||||
type: string
|
||||
required: true
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
publish-tag:
|
||||
|
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
@ -12,8 +12,9 @@ on:
|
||||
description: 'HDF5 target bucket directory'
|
||||
type: string
|
||||
required: true
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
publish-tag:
|
||||
|
Loading…
Reference in New Issue
Block a user