mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Use env (#5501)
This commit is contained in:
7
.github/workflows/backport.yaml
vendored
7
.github/workflows/backport.yaml
vendored
@@ -133,11 +133,10 @@ jobs:
|
|||||||
if: steps.check-existing.outputs.skip != 'true' && steps.backport.outputs.success
|
if: steps.check-existing.outputs.skip != 'true' && steps.backport.outputs.success
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.PR_GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.PR_GH_TOKEN }}
|
||||||
|
PR_TITLE: ${{ github.event.pull_request.title }}
|
||||||
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
|
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
|
||||||
run: |
|
run: |
|
||||||
PR_TITLE="${{ github.event.pull_request.title }}"
|
|
||||||
PR_NUMBER="${{ github.event.pull_request.number }}"
|
|
||||||
PR_AUTHOR="${{ github.event.pull_request.user.login }}"
|
|
||||||
|
|
||||||
for backport in ${{ steps.backport.outputs.success }}; do
|
for backport in ${{ steps.backport.outputs.success }}; do
|
||||||
IFS=':' read -r version branch <<< "${backport}"
|
IFS=':' read -r version branch <<< "${backport}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user