Skip to content

Commit

Permalink
actions: Add "names" for test-repository steps
Browse files Browse the repository at this point in the history
The GHA output does not use actual step names as the titles of the step,
but the first line of the script, SMH.
  • Loading branch information
jku committed Mar 30, 2024
1 parent c3cfa3b commit 6081648
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actions/test-repository/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ runs:
with:
python-version: "3.11"

- run: pip --quiet install $GITHUB_ACTION_PATH/../../repo/
- run: |
# Install tuf-on-ci
pip --quiet install $GITHUB_ACTION_PATH/../../repo/
shell: bash
- env:
Expand All @@ -53,6 +55,8 @@ runs:
OFFLINE_VALID_DAYS: ${{ inputs.offline_valid_days }}
METADATA_DIR: ${{ inputs.metadata_dir }}
run: |
# Run tuf-on-ci test client
OWNER=${OWNER_REPO%/*}
REPO=${OWNER_REPO#*/}
Expand Down

0 comments on commit 6081648

Please sign in to comment.