Hide old artifact links
parent
0e7e47d774
commit
0e7eb9076d
|
@ -10,3 +10,12 @@ jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI
|
name: CI
|
||||||
uses: ./.github/workflows/ci.yml
|
uses: ./.github/workflows/ci.yml
|
||||||
|
hide:
|
||||||
|
name: Hide artifact links
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: Hide artifact links
|
||||||
|
uses: int128/hide-comment-action@v1
|
||||||
|
with:
|
||||||
|
starts-with: "Do you want to test this code? Here you have an automated build:"
|
||||||
|
ends-with: "WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!"
|
||||||
|
|
Loading…
Reference in New Issue