Skip to content

Deploy terraform from GitHub #1

Deploy terraform from GitHub

Deploy terraform from GitHub #1

name: Deploy Pull Request
on:
pull_request:
jobs:
deploy_to_dev:
environment: dev
uses: ./.github/workflows/DeployEverything.yml

Check failure on line 8 in .github/workflows/DeployPullRequest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/DeployPullRequest.yml

Invalid workflow file

error parsing called workflow ".github/workflows/DeployPullRequest.yml" -> "./.github/workflows/DeployEverything.yml" : You have an error in your yaml syntax on line 34
with:
env: dev
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}