Skip to content

Commit

Permalink
Removes test data
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Feb 22, 2024
1 parent 428fb29 commit 8b7d5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def driver():
# Read environment variables
mode = os.environ.get("INPUT_ACTION", "default")
# Get project and environment names from environment variables
project_name = os.environ.get("INPUT_LAGOON_PROJECT", "test6-drupal-example-simple")
environment_name = os.environ.get("INPUT_LAGOON_ENVIRONMENT", "test1copy")
project_name = os.environ.get("INPUT_LAGOON_PROJECT", "")
environment_name = os.environ.get("INPUT_LAGOON_ENVIRONMENT", "")
wait_till_deployed = os.environ.get("INPUT_WAIT_FOR_DEPLOYMENT", "true").lower().strip() == "true"

# Perform actions based on the value of the 'mode' variable
Expand Down

0 comments on commit 8b7d5b6

Please sign in to comment.