From 3bb73247d2ad747db515a12538662f37810c76a6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 28 Jul 2023 14:07:19 +0200 Subject: [PATCH] tools/github actions: display the target environment URL on the workflow page --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30538deca1..077ac66388 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,9 @@ concurrency: jobs: build-markdown: - environment: production + environment: + name: production + url: https://github.com/nodiscc/awesome-selfhosted runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -39,7 +41,9 @@ jobs: - run: make push_markdown build-html: - environment: production + environment: + name: production + url: https://github.com/nodiscc/awesome-selfhosted-html-preview runs-on: ubuntu-latest steps: - uses: actions/checkout@v3