Skip to content

Commit e97d177

Browse files
Merge branch 'develop' of https://github.com/live-codes/livecodes into i18n/develop
2 parents 2bf18dd + 2be91f3 commit e97d177

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/i18n-update-pull.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,14 @@ jobs:
126126

127127
- name: Create a new i18n PR, comment on source PR and reaction
128128
uses: actions/github-script@v7
129+
env:
130+
ISSUE_TITLE: ${{ github.event.issue.title }}
129131
with:
130132
github-token: ${{ steps.generate-token.outputs.token }}
131133
script: |
132134
const repoURL = context.payload.repository.html_url;
133135
const branchURL = `${repoURL}/tree/${process.env.NEW_BRANCH}`;
134-
const prTitle = `i18n: ${{ github.event.issue.title }}`;
136+
const prTitle = `i18n: ${process.env.ISSUE_TITLE}`;
135137
const prBody = `## What type of PR is this? (check all applicable)
136138
137139
- [ ] ✨ Feature

0 commit comments

Comments
 (0)