Skip to content

Commit e483fa7

Browse files
committed
ci: added gh actions
1 parent e90248d commit e483fa7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-helm-chart-patch-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
start-helm-update-ci:
1212
name: Helm patch update
13-
uses: ./.github/workflows/helm-chart-updates.yml
13+
uses: ./.github/workflows/ci-helm-chart.yml
1414
secrets: inherit
1515
with:
1616
CI_UPDATE_TYPE: patch

.github/workflows/ci-helm-chart.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ env:
3434
GIT_USER: svcAPLBot
3535
BOT_EMAIL: ${{ vars.BOT_EMAIL }}
3636
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
37-
37+
CHECK_CONTEXT: continuous-integration/integration-test
38+
COMMIT_ID: '${{ github.event.pull_request.head.sha || github.sha }}'
3839
jobs:
3940
preprocess-input:
4041
name: Helm chart update

0 commit comments

Comments
 (0)