We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290b4ce commit 24d52b2Copy full SHA for 24d52b2
.github/workflows/scratch-workflow.yml
@@ -8,5 +8,11 @@ on:
8
jobs:
9
scratch:
10
runs-on: ubuntu-latest
11
+ environment: staging
12
steps:
13
- run: echo "Hello, world!"
14
+
15
+ - name: Print environment variable
16
+ env:
17
+ NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT: ${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
18
+ run: echo $NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT
0 commit comments