From 3ca18e393279db76c13c6bacc0b7a36af25d0513 Mon Sep 17 00:00:00 2001 From: Prem Chavhan <104148610+premchavhan99@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:22:54 +0530 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4c70db1..fde81c1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,7 +23,7 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - environment: test-url # Steps represent a sequence of tasks that will be executed as part of the job + environment: 'test-url' # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3