From 034657b11d1495dfebb641736a932f5fa488c64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Jouvent-Hall=C3=A9?= Date: Tue, 31 Oct 2023 13:19:01 -0400 Subject: [PATCH] GH-2 play with deployment name --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3cfab76..9d53b70 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,5 +9,6 @@ jobs: deployment: runs-on: ubuntu-latest environment: test + name: deploy version 0.1-${{ github.run_number }} steps: - run: echo "Deployed to test"