Skip to content

Commit

Permalink
Added whitespace to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Nov 6, 2024
1 parent 3436c36 commit d29de46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,25 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.3.0

- name: Install Cloudflare Wrangler
run: npm install --location=global wrangler

- name: Log in to Azure CLI so the Pulumi run can get Key Vault Secrets
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_SVGHELPERS_SITE }}

- name: Install Pulumi
uses: pulumi/setup-pulumi@v2

Expand Down

0 comments on commit d29de46

Please sign in to comment.