1
0
mirror of synced 2025-12-19 18:14:56 -05:00

ci: update variable syntax in workflow template (#68184)

## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->

## How
<!--
* Describe how code changes achieve the solution.
-->

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them. 
-->

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [ ] YES 💚
- [ ] NO 
This commit is contained in:
Aaron ("AJ") Steers
2025-10-17 16:50:07 -07:00
committed by GitHub
parent 314530f62a
commit cb079a2488

View File

@@ -61,8 +61,8 @@ jobs:
with:
template: .github/pr-fork-permission-warning.md
vars: |
is_org_fork: ${{ steps.check.outputs.is_org_fork }}
missing_maintainer_edit: ${{ steps.check.outputs.missing_maintainer_edit }}
is_org_fork: "${{ steps.check.outputs.is_org_fork }}"
missing_maintainer_edit: "${{ steps.check.outputs.missing_maintainer_edit }}"
repo_name: ${{ github.event.pull_request.head.repo.full_name }}
pr_author: ${{ github.event.pull_request.user.login }}