1
0
Fork 0
mirror of synced 2026-06-05 15:08:19 +00:00

Update test names to make it clearer what they do

This commit is contained in:
Daniel Kennedy 2026-02-23 12:21:41 -05:00
commit fbe48b1d27

View file

@ -63,14 +63,14 @@ jobs:
path: path/to/artifact-B
# Test downloading a single artifact
- name: Download artifact A
- name: Download artifact A (absolute path)
uses: ./
with:
name: Artifact-A-${{ matrix.runs-on }}
path: some/new/path
# Test downloading an artifact using tilde expansion
- name: Download artifact A
- name: Download artifact A (tilde expansion)
uses: ./
with:
name: Artifact-A-${{ matrix.runs-on }}