diff --git a/.github/workflows/dataDomainDeployment.yml b/.github/workflows/dataDomainDeployment.yml index 3b9c350..f8d23c4 100644 --- a/.github/workflows/dataDomainDeployment.yml +++ b/.github/workflows/dataDomainDeployment.yml @@ -52,6 +52,11 @@ jobs: inlineScript: | az logout + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - name: Check Out Repository + id: checkout_repository + uses: actions/checkout@v2 + # Generate Password - name: Generate Password id: generate_password