Skip to content

Commit

Permalink
Remove {{.vars}} (#2977)
Browse files Browse the repository at this point in the history
remove {{.vars}}

Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
  • Loading branch information
troy0820 authored Feb 2, 2024
1 parent 76a58f0 commit 3a527d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
Validate-build:
name: Native Compile
runs-on: "{{ vars.}}"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4.1.0
Expand Down

0 comments on commit 3a527d9

Please sign in to comment.