We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149355b commit d0e5d72Copy full SHA for d0e5d72
.github/workflows/update.yml
@@ -11,9 +11,9 @@ on: # yamllint disable-line rule:truthy
11
required: true
12
type: string
13
push:
14
- description: 'Push update'
15
- default: false
+ description: 'Push'
16
+ default: false
17
type: boolean
18
19
jobs:
@@ -29,10 +29,10 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Download documentation artifact
32
- run: >-
33
- gh run download
34
- --repo mpi4py/mpi4py
35
- --name mpi4py-docs
+ run: |
+ gh run download \
+ --repo mpi4py/mpi4py \
+ --name mpi4py-docs \
36
${{ inputs.runid }}
37
env:
38
GITHUB_TOKEN: ${{ github.token }}
0 commit comments