Skip to content

Commit

Permalink
try with escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Feb 27, 2024
1 parent 83bccaa commit 1c620b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/acr-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- development
- staging
- prod
env:
runner_base: ${{ vars.RUNNER_BASE_NAME }}
permissions:
contents: read

Expand All @@ -27,9 +25,9 @@ jobs:
imageName: lpkrestorationjob
- components: routingmanager
imageName: routingmanager
runs-on:
labels: ["self-hosted", "1ES.Pool=$runner_base-ubuntu"]
environment: ${{ github.event.inputs.environment }}
runs-on:
labels: ["self-hosted", "1ES.Pool=\"${{ vars.RUNNER_BASE_NAME }}\"-ubuntu"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down

0 comments on commit 1c620b9

Please sign in to comment.