Skip to content

Commit

Permalink
Update sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinMirMohammadi authored Dec 6, 2023
1 parent a21aa2b commit aff27cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
name: Pipeline

on: [workflow_dispatch]
jobs:
Expand All @@ -13,5 +13,5 @@ jobs:
- name: Build Module
shell: pwsh
run: |
$out = Invoke-RestMethod -Headers @{"Metadata"="true"} -Method GET -NoProxy -Uri "http://169.254.169.254/metadata/instance?api-version=2021-02-01" | ConvertTo-Json -Depth 64
Invoke-RestMethod -Headers @{"Metadata"="true"} -Method GET -NoProxy -Uri "http://169.254.169.254/metadata/instance?api-version=2021-02-01" | ConvertTo-Json -Depth 64

0 comments on commit aff27cb

Please sign in to comment.