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 d5f82e9 commit 0e79020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ permissions:
jobs:
build:
runs-on: ubuntu-22.04
environment: build
outputs:
MAESTRO_SDK_VERSION: ${{ steps.get_maestro_sdk_version.outputs.MAESTRO_SDK_VERSION }}
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Any Name Bash Test Step
env:
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
run: |
echo ${#MAESTRO_API_KEY}
- name: Install dependencies (apt-get)
Expand Down

0 comments on commit 0e79020

Please sign in to comment.