Skip to content

Commit

Permalink
set env.TARGET_BRANCH in bundle-impact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 10, 2024
1 parent 48b17f4 commit 4b6dcb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bundle-impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- run: pnpm install
- name: Run Bundle Impact
uses: actions/github-script@v7
env:
TARGET_BRANCH: ${{ github.base_ref }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 4b6dcb6

Please sign in to comment.