Skip to content

Commit

Permalink
log env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 23, 2023
1 parent 69328cc commit 2bc8de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Any Name Bash Test Step
shell: bash
run: |
echo "MAESTRO_API_KEY: $MAESTRO_API_KEY"
- name: Install dependencies (apt-get)
run: |
sudo apt-get update
Expand Down

0 comments on commit 2bc8de8

Please sign in to comment.