Skip to content

Commit

Permalink
Fix CI: environment variable BRANCH is missed (#2111)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
(cherry picked from commit e2693f1)
  • Loading branch information
ChenYi015 committed Aug 2, 2024
1 parent c63cb07 commit 817081d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
env:
BRANCH: ${{ steps.get_branch.outputs.BRANCH }}
run: ct lint --check-version-increment=false --target-branch $BRANCH

- name: Detect CRDs drift between chart and manifest
Expand Down

0 comments on commit 817081d

Please sign in to comment.