Skip to content

Commit

Permalink
removed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Dec 12, 2023
1 parent 6bddfeb commit 3995138
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/chart-update-readme.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Chart - Update README"

on:
pull_request_target:
pull_request:
branches:
- main
paths:
Expand All @@ -24,10 +24,9 @@ jobs:
with:
token: '${{ steps.generate-github-token.outputs.token }}'
ref: ${{ github.event.pull_request.merge_commit_sha }}
- name: cat file
- name: log from git
run: |
cat charts/camunda-platform/values.yaml
git log
git log -p
- name: Install readme-generator-for-helm
run: npm install -g @bitnami/readme-generator-for-helm
- name: Run readme generator
Expand Down

0 comments on commit 3995138

Please sign in to comment.