Skip to content

Commit

Permalink
Add env echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Yves NOLEN committed May 26, 2020
1 parent bab0b49 commit 2bbdcd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bbdcd1

Please sign in to comment.