Skip to content

Commit

Permalink
experiment for environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 25, 2024
1 parent 2452a97 commit a21a2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Check Environment Variables
run: echo "SAAS_HOST = $SAAS_HOST, A = $A"
run: echo "SAAS_HOST = $SAAS_HOST, A = $A, B = $B"
env:
SAAS_HOST: '${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}'
A: 42
Expand Down

0 comments on commit a21a2b8

Please sign in to comment.