From c9536658ffdae706acda501403b4fc860dd6df5f Mon Sep 17 00:00:00 2001 From: Christopher Becker Date: Tue, 11 Jun 2024 17:27:24 +0200 Subject: [PATCH] added env txt --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d468e5..bcc9ee0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,7 +93,7 @@ jobs: run: | python3 -m pip install --upgrade pip pip3 install requests - echo "https://example.com" > environment.txt + echo "https://example.com" > environment_url.txt - name: Run Python script run: python3 pipeline/pipeline.py --step intra_feature_branch env: