Skip to content

Commit

Permalink
Add names to all steps [#89]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed May 31, 2024
1 parent 5ab8d7a commit 1eba5c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ jobs:
'
| tee -a "$GITHUB_ENV"
- uses: actions/checkout@v4
- name: Checkout repo
uses: actions/checkout@v4
with:
repository: ${{ inputs.repo }}

Expand Down Expand Up @@ -226,7 +227,8 @@ jobs:
# approach. -trs ]
#
# -trs, 28 April 2022
- uses: nextstrain/.github/actions/setup-nextstrain-cli@c1191de9d5e1a30e91d70b0fd1041d97ed1b2496
- name: Setup Nextstrain
uses: nextstrain/.github/actions/setup-nextstrain-cli@c1191de9d5e1a30e91d70b0fd1041d97ed1b2496
with:
runtime: ${{ matrix.runtime }}

Expand Down

0 comments on commit 1eba5c0

Please sign in to comment.