We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4c104 commit d57323cCopy full SHA for d57323c
.github/workflows/test.yml
@@ -55,6 +55,8 @@ jobs:
55
env:
56
FOREMANCTL_BASE_BOX: ${{ matrix.box }}
57
steps:
58
+ - name: generate artifact suffix
59
+ run: echo "ARTIFACT_SUFFIX=$(echo '${{ matrix.certificate_source }}-${{ matrix.box }}' | tr -cd '[:alnum:]-')" >> "${GITHUB_ENV}"
60
- uses: actions/checkout@v5
61
- name: Set up Python
62
uses: actions/setup-python@v6
@@ -99,7 +101,7 @@ jobs:
99
101
if: ${{ always() }}
100
102
uses: actions/upload-artifact@v4
103
with:
- name: sosreport-${{ matrix.certificate_source }}
104
+ name: sosreport-${{ env.ARTIFACT_SUFFIX }}
105
path: sos/
106
- name: Setup upterm session
107
if: ${{ failure() }}
0 commit comments