Skip to content

Commit d0e5d72

Browse files
committedMay 17, 2024··
GHA: Fix update workflow
1 parent 149355b commit d0e5d72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/update.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on: # yamllint disable-line rule:truthy
1111
required: true
1212
type: string
1313
push:
14-
description: 'Push update'
15-
default: false
14+
description: 'Push'
1615
required: true
16+
default: false
1717
type: boolean
1818

1919
jobs:
@@ -29,10 +29,10 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Download documentation artifact
32-
run: >-
33-
gh run download
34-
--repo mpi4py/mpi4py
35-
--name mpi4py-docs
32+
run: |
33+
gh run download \
34+
--repo mpi4py/mpi4py \
35+
--name mpi4py-docs \
3636
${{ inputs.runid }}
3737
env:
3838
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)
Please sign in to comment.