Update .gitea/workflows/docker-compose-remove.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
message: "Removing stack ${{ gitea.repository }}"
|
message: "Removing stack ${{ gitea.repository }}"
|
||||||
title: 'Stack Removal Started'
|
title: 'Stack Removal Started'
|
||||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}"
|
||||||
url_title: 'View Logs'
|
url_title: 'View Logs'
|
||||||
|
|
||||||
- name: "[ON RUNNER] Set project variables"
|
- name: "[ON RUNNER] Set project variables"
|
||||||
@@ -64,5 +64,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
message: "Removed stack ${{ gitea.repository }}"
|
message: "Removed stack ${{ gitea.repository }}"
|
||||||
title: 'Stack Removal ${{ job.status }}'
|
title: 'Stack Removal ${{ job.status }}'
|
||||||
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}"
|
url: "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}"
|
||||||
url_title: 'View Logs'
|
url_title: 'View Logs'
|
||||||
|
|||||||
Reference in New Issue
Block a user