Fixing env variables

This commit is contained in:
XargonWan 2024-11-05 22:59:55 +09:00
parent 121f635286
commit 46f3159374

View file

@ -62,6 +62,8 @@ jobs:
git commit -m "Merge changes from upstream ${{ env.UPSTREAM_REPO }}/${{ env.TARGET_BRANCH }} with conflicts"
fi
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
- name: Push changes to new branch
if: success()
run: |