Skip to content

Commit

Permalink
Prevent warning in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Nov 4, 2024
1 parent 9d6fe04 commit 3718f7d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/typespec-requirement-completed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:

runs-on: ubuntu-latest

env:
# May be set by get-keyvalue-artifacts. Setting to null here avoids warning in VS Code.
spec-lifecycle-resource-manager:

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -48,13 +52,3 @@ jobs:
- if: env.spec-lifecycle-resource-manager == 'brownfield'
run: echo "brownfield"

# - if: ${{ fromJSON(steps.get-keyvalue-artifacts.outputs.result).spec-lifecycle-brownfield == 'true' }}
# name: Add label
# uses: actions/github-script@v7

# - name: Add label if artifact
# uses: actions/github-script@v7
# with:
# script: |
# const typespecRequirementCompleted = require('./.github/scripts/typespec-requirement-completed.js')
# await typespecRequirementCompleted(github, context, core);

0 comments on commit 3718f7d

Please sign in to comment.