env test3

This commit is contained in:
Brord van Wierst 2023-12-09 22:29:13 +01:00
parent 386e225b80
commit 8483721a87
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -13,6 +13,10 @@ jobs:
environment: staging
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- run: echo "$WEB_APP_ENV"
- run: echo "$WEB_APP_ENV" > .env