From 2bbdcd1c3a18c62b134207127894343ed07a118c Mon Sep 17 00:00:00 2001 From: Jean-Yves NOLEN Date: Tue, 26 May 2020 18:36:18 +0200 Subject: [PATCH] Add env echo --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1226d9..8736249 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,12 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install github3.py + pip install github3.py + - name: List EnvVar used + run: | + echo "GITHUB_REF=$GITHUB_REF" + echo "GITHUB_ACTOR=$GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" - name: Build the manifest run: python3 build_and_release.py --firefox env: # Set the secret as an input