From af328195a45a00c8e49f758c9abb525ea9e56df0 Mon Sep 17 00:00:00 2001 From: Matthew R Kasun Date: Thu, 8 Apr 2021 10:24:33 -0400 Subject: [PATCH] environment action update --- .github/workflows/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index f18e3ae7..672f4455 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -10,6 +10,7 @@ jobs: - uses: FranzDiebold/github-env-vars-action@v2 - name: Print environment variables exposed by this action run: | + set echo "CI_REPOSITORY_SLUG=$CI_REPOSITORY_SLUG" echo "CI_REPOSITORY_OWNER=$CI_REPOSITORY_OWNER" echo "CI_REPOSITORY_OWNER_SLUG=$CI_REPOSITORY_OWNER_SLUG"