We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad48b87 commit 48720abCopy full SHA for 48720ab
1 file changed
.github/workflows/github_actions_tests.yml
@@ -33,8 +33,8 @@ jobs:
33
source .venv/bin/activate
34
python -m playwright install --with-deps
35
36
- - name: create enviornment file from circle ci.
37
- - run: |
+ - name: create enviornment file from workflow
+ run: |
38
set -x
39
ENV_FILE=".env"
40
echo "BASE_URL=${BASE_URL}" >> "$ENV_FILE"
0 commit comments