Skip to content

Commit

Permalink
fix: typo variable assign in cherry-pick (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas authored Nov 27, 2023
1 parent 27328c5 commit bae4b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-rc-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd ..
git add ${{ env.SUBMODULE_NAME }}
git commit -m "Update submodule ${{ env.SUBMODULE_NAME }} to latest from ${{ env.TARGET_BRANCH }}"
echo "lastCommitMessage=LAST_COMMIT_MESSAGE" >> $GITHUB_ENV
echo "lastCommitMessage=$LAST_COMMIT_MESSAGE" >> $GITHUB_ENV
- name: Get Cherry-pick commit
id: get-cherry
Expand Down

0 comments on commit bae4b63

Please sign in to comment.