File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -211,20 +211,4 @@ jobs:
211
211
# with:
212
212
# name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
213
213
# path: playwright-report/
214
- # retention-days: 5
215
-
216
- update-latest-artifact-link :
217
- needs : [playwright-tests, build]
218
- runs-on : ubuntu-latest
219
- name : Update link to the latest artifact
220
- steps :
221
- - name : Checkout
222
- uses : actions/checkout@v4
223
- - name : Update the latest workflow artifact URL
224
- if : github.ref == 'refs/heads/master'
225
- run : |
226
- sed -i 's|\[Download the latest build\](.*)|\[Download the latest build\](${{ needs.build.outputs.artifact-url }})|' README.md
227
- git config --global user.name 'github-actions[bot]'
228
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
229
- git commit -am "Update link to the latest workflow artifact"
230
- git push
214
+ # retention-days: 5
You can’t perform that action at this time.
0 commit comments