Skip to content

Commit bbdd4aa

Browse files
fix ci (#462)
1 parent 28fe748 commit bbdd4aa

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/push-zxporter-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
env:
287287
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
288288
run: |
289+
cd zxporter-tmp
289290
pr_url=$(gh pr create \
290291
--title "update image.tag in Helm values.yaml to ${{ env.FULLV }}" \
291292
--body "This PR updates the value for 'image.tag' in the helm chart to '${{ env.FULLV }}'." \

.github/workflows/push-zxporter-netmon-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ jobs:
287287
env:
288288
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
289289
run: |
290+
cd zxporter-tmp
290291
pr_url=$(gh pr create \
291292
--title "update image.tag in Helm values.yaml to ${{ env.FULLV }}" \
292293
--body "This PR updates the value for 'image.tag' in the helm chart to '${{ env.FULLV }}'." \

.github/workflows/push-zxporter-nodemon-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
env:
257257
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
258258
run: |
259+
cd zxporter-tmp
259260
pr_url=$(gh pr create \
260261
--title "update zxporter-nodemon image.tag in Helm values.yaml to ${{ env.FULLV }}" \
261262
--body "This PR updates the value for 'image.tag' in the zxporter-nodemon helm chart to '${{ env.FULLV }}'." \

0 commit comments

Comments
 (0)