mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-20 09:20:59 +00:00
test: 修正错误的引号
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
- name: Set PR source branch as env variable
|
- name: Set PR source branch as env variable
|
||||||
if: github.event_name == 'issue_comment'
|
if: github.event_name == 'issue_comment'
|
||||||
run: |
|
run: |
|
||||||
PR_SOURCE_BRANCH=$(echo "${{ steps.get-pr.outputs.data }}" | jq -r '.head.ref')
|
PR_SOURCE_BRANCH=$(echo '${{ steps.get-pr.outputs.data }}' | jq -r '.head.ref')
|
||||||
echo "BRANCH=$PR_SOURCE_BRANCH" >> $GITHUB_ENV
|
echo "BRANCH=$PR_SOURCE_BRANCH" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set PR Branch as bash env
|
- name: Set PR Branch as bash env
|
||||||
|
|||||||
Reference in New Issue
Block a user