We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90248d commit e483fa7Copy full SHA for e483fa7
.github/workflows/ci-helm-chart-patch-update.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
start-helm-update-ci:
12
name: Helm patch update
13
- uses: ./.github/workflows/helm-chart-updates.yml
+ uses: ./.github/workflows/ci-helm-chart.yml
14
secrets: inherit
15
with:
16
CI_UPDATE_TYPE: patch
.github/workflows/ci-helm-chart.yml
@@ -34,7 +34,8 @@ env:
34
GIT_USER: svcAPLBot
35
BOT_EMAIL: ${{ vars.BOT_EMAIL }}
36
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
37
-
+ CHECK_CONTEXT: continuous-integration/integration-test
38
+ COMMIT_ID: '${{ github.event.pull_request.head.sha || github.sha }}'
39
40
preprocess-input:
41
name: Helm chart update
0 commit comments