mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-10 11:47:43 +02:00
[eric] ci: fix invalid flow-mapping env in release workflows (0-job parse failure)
This commit is contained in:
@@ -47,7 +47,8 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with: { node-version: '20.18.1' }
|
||||
- name: Fetch latest preflight-tunings from dogfood
|
||||
env: { GH_TOKEN: ${{ github.token }} }
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
|
||||
@@ -52,7 +52,8 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with: { node-version: '20.18.1' }
|
||||
- name: Fetch latest preflight-tunings from dogfood
|
||||
env: { GH_TOKEN: ${{ github.token }} }
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user