From aeb21cce09afdcd751a842cfe4127e2d2bfe97c7 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 20 May 2024 12:51:31 -0400 Subject: [PATCH] test environment name gets environment name and outputs it to console --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e744b8..dca7765 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Test github environment + run: echo "${{ github.ref_name }}" + - name: Export secrets to environment variables uses: oNaiPs/secrets-to-env-action@v1.5 with: