Skip to content

Commit

Permalink
fix: add stories to GITHUB_ENV to pass to next step
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Oct 28, 2024
1 parent 1011718 commit 76aa007
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ jobs:
echo STORIES
echo $STORIES
echo "STORIES=$STORIES" >> $GITHUB_ENV
- name: Perform PR creation or update
env:
MAIN_BRANCH_NAME: ${{ env.MAIN_BRANCH_NAME }}
GH_TOKEN: ${{ github.token }} # required for gh cli
MAIN_BRANCH_NAME: ${{ env.MAIN_BRANCH_NAME }}
STORIES: ${{ env.STORIES }}
run: |
PR_TITLE="[automated] Merge Develop into ${MAIN_BRANCH_NAME^}"
PR_BODY="#### Changes proposed in this pull request
Expand Down

0 comments on commit 76aa007

Please sign in to comment.