Skip to content

Commit

Permalink
making variables consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 17, 2024
1 parent fc5dfda commit 79fd3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build the core service for a platform
on:
workflow_call:
inputs:
agent:
WORKFLOW_AGENT:
description: 'The agent to run the job on'
required: true
type: string
Expand Down Expand Up @@ -33,7 +33,7 @@ on:
required: true
jobs:
test-build-app-nuget:
runs-on: ${{ inputs.agent }}
runs-on: ${{ inputs.WORKFLOW_AGENT }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 79fd3e9

Please sign in to comment.